10010001011011
10010001011011 is a binary numeral consisting of 14 bits. In computing and digital notation, such a string can appear as a literal, a bit field, or the payload of a small data unit.
As a base-2 number, it equals 9307 in decimal and 0x245B in hexadecimal. The 16-bit representation would
Interpreting as text, it can be split into two 7-bit ASCII values: 1001000 and 1011011, corresponding to
In practice, 14-bit values have occasionally appeared in older hardware and in compact data encodings where
Related topics include the binary numeral system, hexadecimal notation, base-2 encoding, and ASCII.