1011010101110
1011010101110 is a binary numeral consisting of 13 bits. In unsigned form, it represents the decimal number 5806 and the hexadecimal value 0x16AE. The sequence can function as a numeric value or as a raw bit pattern, depending on the context in which it appears.
If interpreted as a signed value in a 13-bit two's complement representation, the leftmost bit denotes sign.
In practical terms, 13-bit fields are uncommon in mainstream computing but can appear in specialized protocols,
Representation in other bases is straightforward: decimal 5806 and hexadecimal 0x16AE. The sequence does not map
See also: binary numeral system, decimal numeral system, hexadecimal numeral system, two's complement, bitmask.