11100001
11100001 is an 8-bit binary number. In decimal it equals 225, and in hexadecimal it is 0xE1. In common 8-bit character encodings such as ISO/IEC 8859-1 (Latin-1) and Windows-1252, the byte 0xE1 corresponds to the character á (Latin small letter a with acute). In Unicode, this character is code point U+00E1. In UTF-8, the character U+00E1 is encoded as the two-byte sequence 0xC3 0xA1; thus the single byte 0xE1 is not a complete UTF-8 character and is typically interpreted only within a larger byte sequence.
As a binary value, 11100001 can represent a variety of meanings depending on context, such as a
In digital electronics and computing, 11100001 is used as an example of an 8-bit pattern or as
See also: binary numeral system, hexadecimal notation, ASCII and Unicode, ISO/IEC 8859-1, Windows-1252, UTF-8, bit masking.