111000111110
111000111110 is a binary numeral consisting of 12 bits. As a base-2 value, it represents the unsigned integer 3646. In hexadecimal form it is 0xE3E, and in binary it can be read as 1110 0011 1110 for readability.
The pattern begins with three consecutive ones, followed by three zeros, and ends with the sequence 111110
If interpreted as an unsigned 12-bit number, the value is 3646. If interpreted as a signed 12-bit
Historically, 12-bit binary values were common in certain early computer architectures (for example, the PDP-8 used
As a generic example, 111000111110 illustrates how a fixed-length binary string can encode different numeric interpretations