1101100100100
1101100100100 is a binary numeral consisting of 13 bits. As a binary string, it can be interpreted in several ways depending on the context, but it is most commonly treated as a representation of an unsigned integer. In decimal, this bit pattern equals 6948, and in hexadecimal it corresponds to 0x1B24 when padded to a full 16-bit representation.
When interpreted as a signed value using 13-bit two’s complement, the pattern represents -1244. This arises because
In practical computing use, 1101100100100 might appear as a literal in code (for example, a binary constant
The pattern itself does not align with standard character encodings like ASCII or UTF-8, which use 7–8