1110110
1110110 is a binary numeral consisting of seven bits. As an unsigned binary number, it represents the decimal value 118. In hexadecimal, the same bit pattern corresponds to 0x76. If interpreted within the standard 7-bit ASCII subset, 1110110 encodes the lowercase letter 'v'; in the common eight-bit ASCII representation, the same character is shown as 01110110.
The pattern is often encountered in discussions of binary representations, character encoding, and digital data processing.
Contextual variation can occur depending on how the bits are interpreted. In 7-bit two’s complement notation,
Summary: 1110110 is a seven-bit binary pattern that equals 118 in unsigned decimal, 0x76 in hexadecimal, and