1100101011101
1100101011101 is a binary numeral consisting of 13 bits. In binary notation, each digit is called a bit, and the sequence uses only the digits 0 and 1.
As an unsigned integer, it has the value 6493 in decimal and 0x195D in hexadecimal. The most
If interpreted as a signed integer in two's complement using 13 bits, the value would be 6493
Padding with leading zeros to 16 bits yields 0001100101011101, which corresponds to the hexadecimal 0x195D. As
There is no inherent meaning tied to this exact sequence without a specified encoding or protocol; it
Related concepts include the binary numeral system, positional notation, hexadecimal representation, and two's complement encoding.