11101001
11101001 is an eight-bit binary value. When interpreted as an unsigned integer, it equals 233 in decimal and 0xE9 in hexadecimal.
In the common 8-bit, two's complement system used for signed integers, 11101001 represents −23. This follows
In character encoding terms, the byte 0xE9 corresponds to the character é in ISO/IEC 8859-1 (Latin-1) and
Bitwise properties of 11101001 include its status as an odd number and its most significant bit being
Applications and significance: 11101001 often appears in examples involving binary arithmetic, memory dumps, or data encoding
See also: binary numeral system, decimal 233, hexadecimal 0xE9, two's complement, extended ASCII / Latin-1 character é.