1000100010011
1000100010011 is a binary numeral consisting of 13 bits. In standard positional notation the leftmost bit represents 2^12 and the rightmost bit represents 2^0. When interpreted as a binary number, it equals 4371 in decimal and 0x1113 in hexadecimal (if padded with leading zeros to 16 bits, it becomes 0001000100010011, i.e., 0x1113).
The pattern of ones occurs at bit positions corresponding to 2^12, 2^8, 2^4, 2^1, and 2^0, which
As a data string, 1000100010011 can function as a test vector in hardware design, software testing, or
See also: binary numeral system; decimal number system; hexadecimal (base-16) representation.
---