10010000001001
10010000001001 is a binary numeral consisting of the digits 0 and 1. It is 14 bits long and reads the same forwards and backwards, making it a binary palindrome.
In decimal, this value is 9225. In hexadecimal, it is 0x2409. As the least-significant bit is 1,
Bit-wise, the ones occur at positions 13, 10, 3, and 0 (counting from zero). This yields 2^13
In computing practice, this binary string might appear as a constant in code or as an example