1110100011010
1110100011010 is a binary numeral consisting of 13 bits. In ordinary unsigned binary notation, it represents the decimal value 7450 and the hexadecimal value 0x1D1A.
Interpreted as a signed value in 13-bit two's complement, the same bit pattern represents -742, since 2^13
As a fixed-width word, 1110100011010 has an unsigned range of 0 to 8191 and, in two's complement,
Possible uses include serving as a data word in digital circuits, a binary encoding in programming examples,
See also: Binary numeral system; Two's complement; Hexadecimal numeral system.