111010000100
111010000100 is a binary numeral consisting of twelve bits. When interpreted as an unsigned binary number, it equals 3716 in decimal and 0xE84 in hexadecimal. The bit pattern groups nicely as 1110 1000 0100, which corresponds to the nibble values E, 8, and 4.
As a signed value in a 12-bit two's complement system, the same bit sequence represents -380. This
In data representation, a 12-bit pattern like 111010000100 can arise in various contexts. It can serve as
The value also highlights common conversions between bases: binary to hexadecimal (111010000100 → E84) and binary to
See also: binary numeral system, hexadecimal notation, two's complement, fixed-width integers, 4-4-4 RGB color encoding.