1000111000010
1000111000010 is a binary numeral consisting of 13 bits. As an unsigned value, it equals the decimal 4546, and in hexadecimal it is 0x11C2. When padded to 16 bits for common representations, it appears as 0001000111000010 (also 0x11C2).
The bit pattern features five ones and eight zeros. The most significant bit is 1, indicating a
If interpreted as a 13-bit two's complement signed integer, the value would be -3646 because the sign
In computing and digital electronics, binary strings like 1000111000010 are commonly used as examples for teaching,
See also: binary numeral system, hexadecimal notation, two's complement, and bitwise operations.