1000110100011
1000110100011 is a binary numeral consisting of 13 bits. As a base-2 value, it represents the unsigned integer 4515, which is 0x11A3 in hexadecimal. The most significant bit is 1, placing the value in the range 4096 to 8191. The string contains six ones, giving a Hamming weight of 6.
In decimal terms, 1000110100011 equates to 4515. In hexadecimal form, it is 0x11A3. The binary pattern is
Possible uses for such a binary pattern include representing a numeric identifier, a flag pattern in digital
See also: binary numeral system, decimal conversion, hexadecimal notation, bit patterns, unsigned integers.