HTML Entity Encoder & Decoder

Encode and decode HTML entities online. Convert special characters to HTML entities.

Common HTML Entities

 
<
<
&gt;
>
&amp;
&
&quot;
"
&#39;
'
&copy;
©
&reg;
®
&trade;
&euro;
&pound;
£
&yen;
¥

How to Use

  1. Enter text or HTML entities in the input field
  2. Click "Encode HTML" to convert special characters to HTML entities
  3. Click "Decode HTML" to convert HTML entities back to text
  4. Copy the result using the copy button

Examples

Original: Hello <World>
Encoded: Hello &lt;World&gt;
Original: "Quote" & Symbol
Encoded: &quot;Quote&quot; &amp; Symbol
Share: