100001110
100001110 is a binary numeral. When interpreted in base-2, it represents the decimal value 270 (2^8 + 2^3 + 2^2 + 2^1 = 256 + 8 + 4 + 2 = 270). The string is 9 bits long and can be read as 1 0000 1110 for readability.
In other bases, 100001110 corresponds to 0x10E in hexadecimal and 416 in octal. The hexadecimal form 0x10E
The binary pattern can be described as a leading 1 followed by four zeros, then the sequence
Context and usage: as a binary numeral, 100001110 may appear in discussions of number representations, computer