10010000001100
10010000001100 is a binary numeral consisting of 14 bits. In the binary numeral system, each position corresponds to a power of two, with the leftmost bit being the most significant. As a raw bit pattern, it can be interpreted in different ways depending on whether the value is treated as unsigned or signed.
As an unsigned binary value, 10010000001100 equals 9228 in decimal and 0x240C in hexadecimal. This is because
If interpreted as a 14-bit two's complement signed integer, the most significant bit indicates a negative value.
In computing contexts, such a binary string may appear as a literal bit pattern, a mask, or
See also: binary numeral system, hexadecimal notation, two's complement.