0001110011100000
0001110011100000 is a 16-bit binary sequence. When grouped as 0001 1100 1110 0000, it corresponds to the hexadecimal value 0x1CE0 and the decimal value 7392. In binary notation, the most significant bit is 0, so as a signed 16-bit integer in two’s complement it represents a positive value of 7392.
As a bitfield, the ones occur at bit positions 12, 11, 10, 7, 6, and 5 (counting
Endianness may affect how this sequence is stored or transmitted. In memory on a little-endian system, the
Applications and interpretation depend on context. It could be a numeric value, a set of flags, a
See also: binary numeral system, hexadecimal notation, bitfields, endianness.