UTF8 Converter
Convert text to UTF-8 byte formats or decode UTF-8 byte sequences back into readable text. Use it to inspect Unicode, emoji, API payloads, and encoding bugs.
Last updated: May 30, 2026
Find this tool useful? Support the project to keep it free!
Buy me a coffeeWhat is UTF8 Converter?
UTF-8 is the standard character encoding used by the web, JSON, APIs, source files, databases, and most modern software. It stores ASCII characters in one byte and uses multiple bytes for many Unicode characters such as accented letters, symbols, CJK text, and emoji.
This UTF8 converter gives you both directions in one tool. Encode text to see its hex, decimal, binary, percent-encoded, and escaped byte forms. Decode byte input to validate and recover UTF-8 text. It is designed for developers debugging payloads, teaching encoding concepts, and confirming exactly how text is represented at the byte level.
How to Use UTF8 Converter
Choose Text to UTF-8 bytes to encode normal text
Paste text and review hex, decimal, binary, percent, and escaped byte formats
Switch to UTF-8 bytes to text when you need to decode byte input
Select auto-detect or a specific input format for decoding
Copy the output for code, docs, tests, or debugging notes
Common Use Cases
- Inspecting how emoji and accented characters are represented as UTF-8 bytes.
- Decoding API or log payloads that contain hex, percent, or escaped UTF-8 bytes.
- Validating that byte input is legal UTF-8 before passing it to an application.
- Preparing byte-level examples for documentation, tests, or protocol specs.
- Debugging mojibake and character encoding issues in web apps.
Example Input and Output
The text Hello plus an emoji is shown as UTF-8 byte values.
Hello 😀Hex: 48 65 6C 6C 6F 20 F0 9F 98 80
Decimal: 72 101 108 108 111 32 240 159 152 128Privacy
All UTF-8 conversion runs in your browser. Text and byte payloads are not sent to a server.
Code points and bytes
Use the code point and byte counts to spot emoji, combined characters, and other multi-byte text that may affect storage or API limits.

