HTML Entity Encoder/Decoder
Encode text to safe HTML entities or decode entities back to text live as you type — decoding covers numeric entities and around 100 common named entities like © and ™, not just the basic 5.
How it works
- Pick Encode or Decode
- Paste your text or HTML-entity string
- The result updates live below, no button
Frequently asked questions
Does this decode entities like © or ™?
Yes — beyond the basic 5 special characters and numeric entities (© or 😀), around 100 common named entities like ©, ™, and ♥ are also decoded.
What does encoding actually change?
It escapes the 5 characters that can break HTML markup: < > & " and '.
Does it update live?
Yes, from the first keystroke — no Encode or Decode button to click.
Related tools
From the blog
Update history
- 2026-08-30 Added: a cover image — used as the card thumbnail, social share image, and blog title image.
- 2026-08-29 Launched: live HTML entity encode/decode (no button), decoding supports numeric entities and ~100 common named entities (©, ™, ♥, etc.), not just the basic 5.