1100011001110
1100011001110 is a binary numeral consisting of 13 bits. In binary notation, each digit represents a power of two, with the leftmost bit corresponding to 2^12 and the rightmost to 2^0. As an unsigned integer, this pattern represents the decimal value 6350, and in hexadecimal it is 0x18CE.
Because it is 13 bits long, the value is not aligned to common byte boundaries (8 bits)
The bit pattern has 1s in the positions corresponding to 2^12, 2^11, 2^7, 2^6, 2^3, 2^2, and
In summary, 1100011001110 is the 13-bit binary form of the unsigned integer 6350, also expressed as 0x18CE