1001010000000
1001010000000 is a binary numeral consisting of thirteen bits. In binary notation, each digit is either 0 or 1, and the leftmost bit is typically the most significant.
As a numeric value, it equals 2^12 + 2^9 + 2^7, which is 4096 + 512 + 128 = 4736 in
The bit pattern has three set bits (weight 3) and represents a non-power-of-two value. The positions of
In information technology, fixed-width binary strings like this are used to encode values for memory addresses,
See also: Binary numeral system, Hexadecimal, Bitwise operations, Data encoding.