1110111011010
1110111011010 is a binary numeral consisting of 13 bits. In unsigned form, it represents the decimal value 7642, and in hexadecimal it corresponds to 0x1DDA.
The bit pattern starts with three consecutive ones and ends with a zero, making the overall value
If interpreted as a 13-bit two’s-complement signed integer, the same bit pattern would represent -550, since
In broader context, 1110111011010 is an example of a non-standard bit width (13 bits) that can appear
See also: binary numerals, hexadecimal representation, two’s-complement representation, unsigned integers, bit-width in computing.