10000000000110
10000000000110 is a binary numeral consisting of fourteen digits. When interpreted as a base-2 number, it equals 8198 in decimal (the sum 2^13 + 2^2 + 2^1 = 8192 + 4 + 2).
Structure: The sequence begins with a 1, followed by ten 0s, then two consecutive 1s, and ends
Hex and binary representation: The value corresponds to the hexadecimal 0x2006, if represented in 16 bits as
Context and usage: As a standalone binary string, it can appear in contexts such as teaching binary
See also: Binary number, Hexadecimal notation, Bitwise operations.