OhMyApps
Back to Tools

HTML Entity Encode/Decode

Encode or decode HTML entities and special characters

How it works

Encode converts special HTML characters to their entity equivalents:

  • & becomes &
  • < becomes &lt;
  • > becomes &gt;
  • " becomes &quot;
  • ' becomes &#39;

Decode converts HTML entities back to their original characters.

Want to learn more?

Read the complete guide with examples and tips

Read guide