1100100001100
1100100001100 is a binary numeral composed of 13 digits, using only the digits 0 and 1. As an unsigned binary number, it equals 6412 in decimal and 0x190C in hexadecimal. The 13-bit width means it can also be interpreted as a signed value in two's complement, yielding -1780 if treated as a signed integer.
In binary grouping, padded to 16 bits it is 0001100100001100, which corresponds to the hexadecimal representation
Possible uses for a 13-bit binary value include representing a small numeric field in a binary protocol,
See also: binary numeral system, hexadecimal notation, and two's complement representation.