11100110
11100110 is an eight-bit binary numeral. As an unsigned binary value, it represents the decimal number 230 (128 + 64 + 32 + 4 + 2). In an eight-bit two's complement system used for signed integers, the same bit pattern represents the value −26, since the most significant bit is 1 (negative) and the two's complement of 11100110 is 00011010, which is 26.
In hexadecimal, 11100110 corresponds to 0xE6. In many text encodings, 0xE6 maps to the Latin small letter
The pattern 11100110 can appear in various computing contexts. It may be used as a data byte