1110010100012
111001010001, written with a base-2 indicator in many contexts as 111001010001₂, is a binary numeral. It consists of 12 bits. As an unsigned integer, it equals 3665 in decimal and 0xE51 in hexadecimal. The bit pattern begins with a run of three ones, followed by two zeros, then a one, a zero, a one, and ends with three zeros and a final one.
If interpreted as a signed 12-bit two's complement value, it represents -431. This is because values from
In computing and digital electronics, binary strings of this length and structure can serve as data values,
See also: binary numeral system, two's complement, hexadecimal notation.