111011000100
111011000100 is a binary sequence consisting of twelve bits. As a binary numeral, it can be interpreted in various ways depending on context. In unsigned binary notation, it represents the decimal value 3780, and in hexadecimal it is EC4. Grouped into four-bit nibbles it reads as 1110 1100 0100.
In hexadecimal, this pattern corresponds to 0xEC4, which reflects common practice of presenting binary data in
In other interpretations, a 12-bit value could be used to encode a small color value in a
See also: binary numeral system, hexadecimal notation, bit masking, fixed-width integer representations.