1010100110010
1010100110010 is a binary numeral composed of 13 bits. As a numeric value, it corresponds to the decimal number 5426 and the hexadecimal value 0x1532. In binary, the most significant bit contributes 2^12, and the least significant bit contributes 2^0, yielding the total 5426 when summed (2^12 + 2^10 + 2^8 + 2^5 + 2^4 + 2^1).
The bit pattern begins with an alternating sequence of 1s and 0s in the first six positions,
In a broader context, 13-bit numbers are less common in modern general-purpose computing, where 8-, 16-, 32-,
See also: Binary numeral system, Decimal numeral system, Hexadecimal numeral system, Test vectors, Data encoding.