OhMyApps
Back to Tools Developer 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.

Continue with nearby tasks in the developer tools hub.

View all