1110000100111
1110000100111 is a binary string consisting of 13 bits, containing only the digits 0 and 1. In binary notation, such a string represents a non-negative integer when interpreted as an unsigned binary number or a signed integer when interpreted as two's complement in a 13-bit system.
As an unsigned value, it equals 7207 in decimal. This is computed as 2^12 + 2^11 + 2^10 +
As a 13-bit two's complement number, the value would be -985. This is obtained by treating the
When padded to 16 bits, the pattern becomes 0001110000100111, which corresponds to the hexadecimal value 0x1C27.
In digital design and computing, such a pattern may be used as a data word, a flag
Related topics include the binary numeral system and two's complement representation, which describe how binary sequences