100110001000102
100110001000102 is a compact textual representation of a binary numeral with a trailing base indicator 2, commonly written as 10011000100010_2. The 2 signals that the digits before it are in base-2 (binary). In plain text, this form is sometimes used when subscripts are not readily available.
As a binary number, 10011000100010_2 equals 9762 in decimal. It also corresponds to 0x2622 in hexadecimal and
If the 14-bit value is interpreted as two 7-bit ASCII blocks, the left block 1001100 corresponds to
In practice, 100110001000102 may be encountered as a sample binary pattern in teaching materials, a compact
See also: binary numeral system, base notation, binary-to-decimal conversion, bitmask, ASCII bit patterns.
---