11011110
11011110 is an eight-bit binary numeral commonly encountered as a byte value in computing. When interpreted as binary, it represents the unsigned decimal value 222, and its hexadecimal representation is DE.
In different numeric systems, 11011110 corresponds to:
- Signed eight-bit two's complement: -34
In character encodings, the byte 0xDE maps to the Latin capital letter thorn (Þ) in ISO/IEC 8859-1
In UTF-8, 11011110 is a lead byte that begins a two-byte sequence (the pattern 110xxxxx). It is
Usage and context: as a binary pattern, 11011110 can appear in low-level data processing, networking, and hardware