View UTF-8 byte sequences and convert between UTF-8, UTF-16, and other encodings.
Type or paste text.
See the UTF-8 byte representation.
Copy byte values or decoded text.
UTF-8 is a variable-width character encoding that can represent every Unicode character.
1-4 bytes depending on the character (ASCII = 1 byte, emoji = 4 bytes).
UTF-8 uses 1-4 bytes and is most common on the web; UTF-16 uses 2-4 bytes.