1111000010010
1111000010010 is a binary numeral composed of 13 bits. In binary form, it encodes a non-negative integer, with each bit representing a power of two. A 13-bit width allows values from 0 to 8191.
As a numeric value, interpreting the string as a binary number yields decimal 7698. In hexadecimal notation
Bit-pattern details: the most-significant four bits are 1111, followed by four zeros, then 10010. The positions
Potential uses include representing a data field in fixed-width binary encodings that use 13 bits or illustrating
See also: Binary numeral systems, Hexadecimal notation, Bit width.