1110000111110
1110000111110 is a binary numeral composed of thirteen bits. In decimal this value is 7230, and in hexadecimal it is 0x1C3E. When stored in larger fixed widths, the leading zeros do not change its value, so it remains 7230 regardless of padding to 16 bits or more.
The bit pattern has a distinct run structure: three consecutive ones, followed by four zeros, then five
Context and usage: As a standalone binary string, 1110000111110 can serve as a teaching example in binary
Notes: The value is commonly represented as 0b1110000111110 or 0x1C3E in hex. Its interpretation depends on