1100100011
1100100011 is a binary numeral consisting of ten bits. As a binary number, it represents the decimal value 803. In hexadecimal, it is 0x323, and in octal, 0o1443. The string contains five 1s and five 0s, for a Hamming weight of 5. In computing, ten-bit patterns such as this can appear in digital circuits as test vectors, parity schemes, or compact data representations, but as a standalone pattern it does not carry inherent meaning. If interpreted as a numeric value and then as a Unicode code point, the decimal 803 corresponds to U+0323, the combining dot below, a diacritic mark rather than a standalone character. Consequently, the 10-bit sequence does not map to a standard ASCII character. The pattern can be read left-to-right or right-to-left depending on endianness in a given context, though the canonical interpretation is left-to-right as written.