1101110101110
1101110101110 is a binary numeral consisting of 13 bits. In unsigned form it represents the decimal value 7086, and its hexadecimal equivalent is 0x1BAE.
From most to least significant, the bits are 1 1 0 1 1 1 0 1 0
If interpreted as a 13-bit two's-complement signed integer, the most significant bit is 1, giving a value
In computing practice, 13-bit widths are uncommon; modern systems typically use 8, 16, 32, or 64 bits.
See also: binary numeral system, hexadecimal representation of binary numbers.