HTML Entity Encoder / Decoder
Encode HTML special characters or decode named and numeric entities back to text.
Output
🔒 Runs entirely in your browser.
About this tool
Encoding escapes the five characters that can break HTML (&, <, >,", '). Decoding handles named entities (©) and numeric ones (©, ©) using the browser's native HTML parser.
You might also like
- URL Encoder / DecoderPercent-encode and decode URL components safely.
- Base64 Encoder / DecoderEncode or decode Base64 strings instantly.
- Escape / UnescapeEscape or unescape strings for JSON, JavaScript, HTML attribute, XML, and SQL contexts.
- HTML & CSS Formatter / MinifierBeautify or minify HTML and CSS — pretty-print messy markup, or shrink it for production.