C3A9
C3A9 is the hexadecimal notation for the two-byte UTF-8 encoding of the Latin small letter e with acute, é. In Unicode, é has the code point U+00E9. In UTF-8, this code point is represented by the byte sequence 0xC3 followed by 0xA9, so the hex string C3A9 corresponds to é in UTF-8.
This encoding is widely used in modern text processing and on the web. In URLs and percent-encoding,
In hex dumps or programming contexts dealing with binary data, you may see the pair C3 A9