1101000010000
1101000010000 is a binary numeral consisting of 13 bits. In binary, the digits read left to right are 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0. As an unsigned integer, this pattern equals 6,672 in decimal and 0x1A10 in hexadecimal. The most significant bit is 1, so if the same 13-bit pattern is interpreted as a two’s complement signed value, it represents -1,520.
In a 13-bit unsigned interpretation, the range is 0 to 8,191, whereas in 13-bit two’s complement signed
In computing, binary strings like 1101000010000 can appear as literals in source code (for example, written