1001101100011
1001101100011 is a binary string consisting of thirteen bits. Interpreted as an unsigned binary integer, it represents the decimal value 4963. In hexadecimal, the same value is 0x1363.
The bit pattern contains seven ones, giving a Hamming weight of 7. As a 13-bit quantity, it
If padded with leading zeros to fit into 16 bits, the sequence becomes 0001001101100011. This 16-bit form
As a standalone string, 1001101100011 does not have a widely recognized meaning beyond representing this numeric
See also: Binary numeral system, Hexadecimal notation, Bitwise operations.