1100101100111
1100101100111 is a binary numeral comprising 13 bits. In decimal form, it equals 6503. This value can be obtained by summing the powers of two corresponding to the set bits: 2^12 + 2^11 + 2^8 + 2^6 + 2^5 + 2^2 + 2^1 + 2^0 = 4096 + 2048 + 256 + 64 + 32 + 4 + 2 + 1 = 6503. In hexadecimal, the same pattern is 0x1967. If written with leading zeros to form 16 bits, the pattern would be 0001 1001 0110 0111; the 13-bit string corresponds to the rightmost 13 bits of that 16-bit representation.
Context and use: Sequences like 1100101100111 are used to encode information in digital systems as a bit
Related concepts: The binary numeral system, hexadecimal notation, and the idea of bit patterns as data representations.