-15 is 11111111
and 2s com is 1111 0001
Chat with our AI personalities
111111 in binary is 255 in decimal which is FF in hexadecimal (i.e. 15 units and 15 16s)
9: 1001 10: 1010 11: 1011 12: 1100 13: 1101 14: 1110 15: 1111 16: 10000
15 = 1111
Using 5 bits, a total of (2^5) different numbers can be represented. This equals 32, allowing for values ranging from 0 to 31 in unsigned binary representation. If signed representation is used (e.g., two's complement), the range would be from -16 to 15, still totaling 32 distinct values.
1111