UTF-8 Encoder / Decoder
Recursively decode and encode HTML, URL, and Unicode text formats.
About UTF-8 Encoding & Decoding
UTF-8 is the standard character encoding for the web. However, data often arrives in various encoded formats like URL encoding (percent-encoding), HTML entities, or Unicode escape sequences. This tool unifies these formats into one powerful decoder.
Our 'Smart Decode' feature automatically detects and converts multiple encoding layers (e.g., URL-encoded HTML entities) back to readable text. You can also re-encode text into specific formats for safe transmission.
Supported Formats
-
URL:
%20,%3A -
HTML:
<,< -
Unicode:
\u00A9,\u2605 -
Mixed:
%26lt%3B(Double encoded)