1100111101110
1100111101110 is a binary numeral consisting of 13 bits. As a raw bit pattern, it can be used in contexts such as data fields, flags, or encoded values in digital systems. The sequence is typically read from most significant bit to least significant bit.
As an unsigned integer, the binary sequence equals 6638 in decimal. When padded to 16 bits for
If interpreted as a 13-bit two's complement signed value, the leading bit is 1, indicating a negative
Because the length is 13 bits, the sequence does not align to a standard 8-bit byte boundary,
In summary, 1100111101110 is a 13-bit binary pattern with a decimal value of 6638 (unsigned) and a
---