HTML Entity Encoder/Decoder

Encode and decode HTML entities to prevent XSS attacks and display special characters properly on web pages.

Common HTML Entities

< โ†’ &lt;
> โ†’ &gt;
& โ†’ &amp;
" โ†’ &quot;
' โ†’ &#39;
ยฉ โ†’ &copy;
ยฎ โ†’ &reg;
โ„ข โ†’ &trade;

Features

  • โœ“ Encode all special HTML characters
  • โœ“ Decode HTML entities to original text
  • โœ“ Prevent XSS attacks
  • โœ“ Support for named and numeric entities
  • โœ“ Copy to clipboard functionality
  • โœ“ No data stored - completely private