10000011010111
10000011010111 is a binary numeral consisting of 14 bits. In many contexts such a string is treated as a binary constant representing a nonnegative integer, though it can also be interpreted as a signed value in fixed-width representations.
As an unsigned binary number, 10000011010111 equals 8407 in decimal, and 0x20D7 in hexadecimal. Its bit pattern
If viewed as a 14-bit two’s complement signed integer, the most significant bit is 1, which yields
In hexadecimal form, the 14-bit pattern corresponds to 0x20D7 when padded to 16 bits (0010 0000 1101
Usage notes: such a binary string can appear as a constant in digital logic designs, bit masks,