1001000101101
1001000101101 is a binary numeral consisting of 13 bits. As an unsigned value, it represents the decimal number 4653. The most significant bit is 1, placing it in the 13-bit range from 4096 to 8191.
In common notations, the number is written as 0x122D in hexadecimal and as 0o11055 in octal. If
Bitwise, the set bits occur at positions 12, 9, 5, 3, 2, and 0 (counting from 0
Context and usage: 13-bit numbers are not standard width in common architectures, but such widths can arise
See also: binary numeral system, hexadecimal notation, octal notation, bitmask.