1000100001110
1000100001110 is a binary numeral consisting of 13 bits. As a binary value, it equals 4366 in decimal and 0x110E in hexadecimal. When grouped from the most significant side in four-bit blocks, it reads as 1 0001 0000 1110; padding to 16 bits yields 0001 0001 0000 1110.
Bit composition and form: the pattern contains five one bits in total. From least to most significant,
Context and usage: in computing, such a constant may appear in source code as a binary literal
See also: binary numeral system; decimal and hexadecimal representations; bit fields; binary literals.