1001011010100
1001011010100 is a binary numeral consisting of thirteen bits. In binary, each position represents a power of two, with the leftmost bit corresponding to 2^12 and the rightmost to 2^0. The value of this particular pattern is 4820 in decimal; it can be verified by summing the powers of two for which the bit is 1: 2^12 + 2^9 + 2^7 + 2^6 + 2^4 + 2^2.
Interpreted in hexadecimal, the string corresponds to 0x12D4. In binary form it is written as 0001 0010
Properties: the pattern ends with 00, so the number is divisible by 4. It is even and
Context and usage: as a raw bit pattern, it could represent data, a flag field, or an