10001000000111
10001000000111 is a binary numeral consisting of 13 bits. As a value, it can be interpreted simply as a binary-encoded integer rather than as text or characters.
In decimal notation, 10001000000111 equals 4359. In hexadecimal, it is 0x1107. The bit pattern contains ones
A common way to view it in a wider binary context is its 16-bit representation: 0001000100000111. Dropping
Usage-wise, 13-bit patterns like this may appear in systems that employ non-standard field widths, bit flags,
See also: binary numeral system; hexadecimal notation; bit fields; unsigned integers.