Plain Text / HTML

0 chars

Encoded Output

0 chars

How to Use the HTML Entity Encoder

Select "Encode" or "Decode" mode, then type or paste your text. The output updates in real-time. All processing happens in your browser — nothing is sent to a server.

What are HTML Entities?

HTML entities are special character sequences that represent reserved or special characters in HTML. For example, the less-than sign (<) is written as &lt; to prevent browsers from interpreting it as an HTML tag.

Common HTML Entities

  • &amp; → & (ampersand)
  • &lt; → < (less than)
  • &gt; → > (greater than)
  • &quot; → " (double quote)
  • &apos; → ' (apostrophe)
  • &nbsp; → non-breaking space

Related Guides

FAQ

What are HTML entities?

HTML entities are special codes that represent characters which have meaning in HTML.

Is my data safe?

Yes. All encoding and decoding happens in your browser. No data is sent to any server.

Related Articles