1011111000110
1011111000110 is a binary numeral consisting of 13 bits. In unsigned form it represents the decimal value 6086, and in hexadecimal it corresponds to 0x17C6. The most significant bit is 1, and the least significant bit is 0; there is a run of five consecutive ones in the middle (bits 3 through 7 from the left). If this 13-bit pattern is interpreted as a two's complement signed integer, its value would be -2106; otherwise, as an unsigned number, it is 6086.
As a standalone pattern, 1011111000110 does not correspond to a widely recognized standard encoding (such as
Related topics include binary numeral systems, hexadecimal notation, and two's complement representation.