1101001010010
1101001010010 is a 13‑bit binary numeral. It occupies the range of unsigned values from 0 to 8191 inclusive. In decimal notation the number translates to 6738, because each bit position corresponds to a power of two: 4096 + 2048 + 512 + 64 + 16 + 2 = 6738. The hexadecimal representation is 0x1A52, obtained by grouping the binary digits into sets of four from the right: 1 1010 0101 0010, which corresponds to 1 A 5 2. In octal it is 015412.
The binary pattern contains an alternating sequence of 1s and 0s with a palindrome segment "10101" in
In computing contexts binary values like 1101001010010 might appear in machine code for 13‑bit processors, in
Mathematically the set of all 13‑bit numbers forms an additive group under modulo 8192 arithmetic; 1101001010010