1011000111010
1011000111010 is a binary string of 13 bits. In digital notation, such strings are used to represent numeric values or to function as bitfields within a data stream. The pattern consists of seven ones and six zeros, with a run of three consecutive ones near the middle.
As an unsigned integer, 1011000111010 equals 5690 in decimal (0x163A in hexadecimal; 13072 in octal). The most
If interpreted as a 13-bit signed two's-complement value, the same pattern represents -2502, since 5690 minus
Context and uses: 13-bit widths are uncommon but appear in some embedded systems, communication protocols, or
See also: binary numeral system; two's complement; hexadecimal; bitmask.