HTML Encoder/Decoder

Encode and decode HTML entities and special characters

HTML Entity Encoder/Decoder
Convert special characters to HTML entities and vice versa
Common HTML Entities

Basic Characters

  • < → &lt;
  • > → &gt;
  • & → &amp;
  • " → &quot;

Symbols

  • © → &copy;
  • ® → &reg;
  • ™ → &trade;
  • € → &euro;

Punctuation

  • " → &ldquo;
  • " → &rdquo;
  • — → &mdash;
  • … → &hellip;