1110101
1110101 is a binary numeral consisting of seven bits. In decimal form, it equals 117, calculated as 64 + 32 + 16 + 4 + 1. When represented as an eight-bit byte, it is 01110101 in binary, which corresponds to the hexadecimal value 0x75. In ASCII encoding, the eight-bit code 0x75 represents the lowercase letter 'u'.
From a mathematical perspective, 1110101 is a composite number: 117 = 3^2 × 13. Its prime factorization
In computing, seven-bit binary patterns like 1110101 were common in early ASCII and other 7-bit character encodings.
In educational contexts, 1110101 is often used as a straightforward example for teaching binary-to-decimal conversion, as