Skip to content
Ad: top-banner (320x50)

HTML Entity Encode/Decode

Encode and decode HTML entities with reference table

Your data never leaves your device
Input
Output
Ad: sidebar (300x250)
Ad: mid-banner (300x250)

Frequently Asked Questions

  • What are HTML entities?

    HTML entities are special codes that represent characters that have special meaning in HTML, like < (&lt;), > (&gt;), and & (&amp;).

  • When should I use HTML entities?

    Use them when you need to display characters that would otherwise be interpreted as HTML markup, or to include special symbols in your web pages.