1110000011100
1110000011100 is a binary numeral consisting of 13 bits. It represents the decimal value 7196 and, in hexadecimal, 0x1C1C. The sequence features a run-length pattern of three consecutive ones, followed by five zeros, then three ones, then two zeros.
In binary, the bits from most significant to least significant are: 1 1 1 0 0 0
The string can be used as a bitmask or control pattern in a 13-bit register, or as
References to related concepts include the binary numeral system, hexadecimal notation, and bitmasks in computing.