10000010011101
10000010011101 is a binary numeral consisting of 14 bits. In unsigned binary notation, it represents the decimal number 8349. Its hexadecimal equivalent is 0x209D, and the 16-bit padded form is 0010000010011101.
When interpreted as a 14-bit two's complement signed integer, the most-significant bit is 1, so the value
The bit positions with value 1 are 13, 7, 4, 3, 2, and 0 (counting from 0
In computing contexts, such a binary sequence may appear as a numeric constant, a bitfield mask, or
Because it is a fixed binary string, it is sometimes used in teaching and examples to illustrate