Loading...
Loading...
Convert text between character encodings and inspect byte representations.
Type or paste text to convert between encodings
Choose source and target character encodings
See converted text or hex dump with byte comparisons
UTF-8, UTF-16 LE, UTF-16 BE, ISO-8859-1, Windows-1252, and ASCII
View raw byte representation with offset, hex, and ASCII columns
Compare source and target byte counts side by side
All conversion happens locally using Web APIs
Characters that cannot be mapped to the target encoding are replaced with "?" (0x3F). This is standard behavior for encoding conversion.
This tool supports the most commonly used encodings. Browser TextDecoder API support varies for more exotic encodings.