>_
smartdevbox
Open SmartDevBox — free, no sign-up91+ tools · 100% client-side · no account required

HTML Decoder — Convert HTML Entities Back to Characters

HTML Decoder converts HTML entities back to their original characters. It handles the most common entities: &, <, >, ", ', and '. Useful when copying HTML-encoded text from a web page or API response that double-encoded special characters.

Common Use Cases

  • Cleaning up HTML-encoded text copied from web pages
  • Decoding escaped characters in API responses
  • Reading HTML-encoded content in RSS or Atom feeds

Frequently Asked Questions

What are HTML entities?

HTML entities are special character sequences like &amp; (for &), &lt; (for <), and &gt; (for >). They allow special characters to appear in HTML without being interpreted as markup.

Privacy & Security

This tool runs entirely in your browser using client-side JavaScript. No data is sent to a server — your input never leaves your machine. SmartDevBox has no account system, no usage tracking, and no paid tier. See the Privacy & Security page for full details.

  • HTML EncoderConvert special characters like < > & " to HTML entities instantly in your browser. Free, no sign-up, 100% client-side.
  • HTML FormatterFormat and indent HTML markup with consistent indentation. Powered by Prettier. Free, no sign-up, 100% client-side.
  • URL DecoderDecode any percent-encoded URL string back to readable text instantly in your browser. Free, no sign-up, 100% client-side.