UTF-8 Converter
Convert text to raw UTF-8 bytes (hex or binary) and decode byte sequences back to text.
Runs locally in your browser. Your input is not uploaded.
How to Use
- 1
Paste text or bytes
Pick direction and byte format (hex, binary, decimal).
- 2
Inspect the bytes
Each byte is shown space-separated.
- 3
Copy the result
Use for debugging encodings or building payloads.
Frequently Asked Questions
- The actual UTF-8 byte sequence of your text — as hex, binary, or decimal — and it decodes byte sequences back to text. é is C3 A9, the euro sign is E2 82 AC.
Related Tools
Base64 EncoderEncode text and binary data as Base64Base32 EncoderEncode or decode Base32 per RFC 4648URL EncoderPercent-encode and decode URLsHash GeneratorGenerate MD5, SHA-1, and SHA-256 hashesHMAC GeneratorCreate HMAC signatures with a secret keyBcrypt GeneratorHash and verify passwords with bcryptPassword GeneratorStrong random passwords with strength indicatorPassphrase GeneratorGenerate memorable multi-word passphrases