11100101
11100101 is an eight-bit binary string, a common unit of data in computing that can be interpreted in various ways depending on context. In binary notation, it represents a single byte of information and is equivalent to the hexadecimal value E5.
As an unsigned integer, 11100101 equals 229 in decimal (computed as 128 + 64 + 32 + 0 + 0
When interpreted as an 8-bit two's complement signed value, the most significant bit is 1, indicating a
In character encoding contexts, the byte 0xE5 is used in ISO/IEC 8859-1 (Latin-1) and related encodings to
In data processing, 11100101 can also function as a generic 8-bit value for a grayscale color channel