&

HTML Entity Encoder/Decoder

New

Encode special characters to HTML entities and decode HTML entities back to text.

Common HTML Entities

&โ†’ &
<โ†’ &lt;
>โ†’ &gt;
"โ†’ &quot;
'โ†’ &#39;
ยฉโ†’ &copy;
ยฎโ†’ &reg;
โ„ขโ†’ &trade;
โ‚ฌโ†’ &euro;
ยฃโ†’ &pound;
ยฅโ†’ &yen;
ยฐโ†’ &deg;
ยฑโ†’ &plusmn;
ร—โ†’ &times;
รทโ†’ &divide;

How to use HTML Entity Encoder/Decoder

  1. 1. Paste or type your input in the box above.
  2. 2. The tool processes your input instantly โ€” no button click needed in most tools.
  3. 3. Copy the output or download the result.

Frequently Asked Questions

Why do I need HTML entities?

HTML entities let you display reserved characters like <, >, &, and " in HTML without breaking page structure.

Related Tools