10000011111010
10000011111010 is a binary numeral consisting of 14 digits. When interpreted as a base-2 number, it represents the decimal value 8442. In hexadecimal, the same value is 0x20FA, and in octal it is 0o20372. If written with leading zeros to fit a standard 16-bit width, it becomes 0010000011111010, which corresponds to the same value.
Bitwise composition: the ones appear at positions 13, 7, 6, 5, 4, 3, and 1 when counting
In computing practice, binary strings like 10000011111010 may appear as literals in programming languages that support
See also: binary numeral system, hexadecimal notation, octal notation, bitwise operations.