101000001000
101000001000 is a binary numeral consisting of 12 bits. When interpreted as an unsigned integer, it equals 2568 in decimal and 0xA08 in hexadecimal.
In two's complement representation with 12 bits, the most significant bit is 1, so the value would
Dividing the string into four-bit groups yields 1010 0000 1000, i.e., hex A08. The pattern contains three
In practical terms, 101000001000 may appear as a memory address in a 12-bit architecture, a bit mask
See also: binary numeral system, two's complement, hexadecimal notation.
---