1101110101000
1101110101000 is a binary numeral consisting of 13 bits. In binary notation it encodes a single non-negative integer used in digital systems. When interpreted as an unsigned value, it equals 7080 in decimal and 0x1BA8 in hexadecimal. The 13-bit width means the full unsigned range is 0 to 8191, and 7080 lies within that range. The least significant three bits are 000, so the value is divisible by 8 (7080 = 8 × 885). The pattern contains seven ones in total.
If interpreted as a 13-bit two's complement signed integer, the most significant bit is 1, which yields
In practical terms, a 13-bit binary string such as 1101110101000 might appear in specialized hardware, firmware,
The sequence can be converted easily between binary, decimal, and hexadecimal forms, illustrating the common interoperability