111010011110
111010011110 is a binary numeral consisting of twelve bits. In binary notation, the interpretation depends on the context; it can be used as a raw bit pattern, or as a binary representation of a number.
As an unsigned integer, the value is 3742 in decimal (and 0xE9E in hexadecimal).
If interpreted as a 12-bit two's-complement signed value, the bit pattern represents -354.
The string can be viewed in various partitionings: it can be grouped as 1110 1001 1110, corresponding
In other contexts, 111010011110 might participate in bitwise operations, masks, or encoding schemes. Without additional context,
See also binary numeral, two's complement, hexadecimal notation.