100011011111
100011011111 is a 12-bit binary string. It can be read as a binary numeral in various contexts, such as data fields or encoded values.
In unsigned interpretation, its value is 2271 in decimal, and it corresponds to hexadecimal 0x8DF. The bit
If interpreted as a signed value in two's complement with 12 bits, the value is -1825, since
The pattern can appear as a raw data field, a test vector, or within larger encodings. Without
Historically, 12-bit word sizes have appeared in some early computer architectures and memory addressing schemes, though
See also: binary numeral system, two's complement, hexadecimal notation, bit width.