1001000110000
1001000110000 is a binary numeral consisting of 13 bits. It is read as a base-2 representation of an unsigned integer. In decimal form it equals 4656, and in hexadecimal it is 0x1230. The bit length of 13 means it does not align to a standard byte boundary, though it can be padded on the left to 16 bits as 0001001000110000, which corresponds to 0x1230.
In terms of its bit pattern, there are four 1 bits located toward the higher end of
Context and potential uses: as a binary literal, 1001000110000 can appear in source code or data streams
See also: Binary numeral system, Decimal, Hexadecimal, Bit mask, Binary literals.