100111011102
100111011102 is a binary numeral, typically written as 10011101110_2 to indicate base 2. The trailing 2 denotes the numeral system, not a digit of the value itself.
In decimal, the binary number 10011101110_2 equals 1262. Its hexadecimal representation is 0x4EE. It consists of
Context and usage: such binary strings are common in computing and digital electronics as simple bit patterns,
See also: binary numeral system, decimal notation, hexadecimal notation, base conversion.