10000001011000
10000001011000 is a binary numeral consisting of fourteen bits. As a binary string, it is commonly encountered in discussions of digital representations and bit-field encoding.
When interpreted as a binary integer, the value of 10000001011000 is 8280 in decimal. In hexadecimal, the
If the 14-bit value is padded with two leading zeros to form a 16-bit word, it becomes
In some contexts, a 14-bit field like this might appear in older hardware, certain network protocols, or
As an example of alternative interpretations, if the 14 bits are treated as two 7-bit ASCII codes,
See also: binary numeral system, hexadecimal representation, ASCII, bit-field encoding.