1110001
1110001 is a binary numeral consisting of seven bits. In binary notation it encodes the value 113 in decimal. This value is obtained by summing 2^6, 2^5, 2^4, and 2^0 (64 + 32 + 16 + 1).
From a character-encoding perspective, the seven-bit pattern 1110001 corresponds to the ASCII character for the lowercase
Beyond numeric value and character representation, 1110001 can appear as a simple binary string used in examples,
Related topics include the binary numeral system, decimal conversion, and ASCII character encoding.
---