UTF Encoders
Encode text into UTF-8, UTF-16, and UTF-32 hex values for quick debugging and data exchange.
Code Points 0
UTF-8 Bytes 0
UTF-8 Hex
UTF-16 Hex
UTF-32 Hex
How it works
UTF-8: Shows the raw UTF-8 byte sequence encoded in hex.
UTF-16: Lists UTF-16 code units, including surrogate pairs.
UTF-32: Lists Unicode code points padded to 8 hex digits.
Local processing: Encoding happens entirely in your browser.