1110111110000
1110111110000 is a binary numeral consisting of thirteen bits. In base-2 notation, each position corresponds to a power of two, and this particular string encodes a single unsigned integer when read from left to right.
In decimal terms, the binary string equals 7664. In hexadecimal, it is 0x1DF0. The bit-length is 13,
Pattern and structure: The sequence exhibits runs of three consecutive ones (111), followed by a single zero
Context: As a standalone bit string, it does not directly correspond to a standard ASCII character set
See also: Binary numeral system, Hexadecimal notation, Run-length encoding.