101000000101
101000000101 is a binary numeral consisting of 12 bits. In binary notation, each position represents a power of two, with the leftmost bit corresponding to 2^11 and the rightmost to 2^0. The string has ones at positions 11, 9, 2, and 0.
In decimal, this value equals 2^11 + 2^9 + 2^2 + 2^0 = 2048 + 512 + 4 + 1 = 2565. The hexadecimal
The 12-bit pattern can be interpreted in various computing contexts. As a literal, it may appear in
See also: Binary numeral system, Hexadecimal notation, Bitwise operations, Data encoding.