UTF-8 hex represents encoded bytes, not simply one number per visible character
ASCII letters map to familiar one-byte values, while accented text, other scripts, and emoji create multiple bytes. Unicode code-point notation such as U+1F600 is related but not the same as the UTF-8 byte sequence used in a file or network payload.