HTML Encoder / Decoder

Encode and decode HTML entities instantly - Free HTML encoder/decoder tool

HTML Encoding

HTML encoding converts special characters to HTML entities to prevent XSS attacks and display code safely.

• < becomes &lt;

• > becomes &gt;

• & becomes &amp;

• " becomes &quot;

HTML Decoding

HTML decoding converts HTML entities back to their original characters for readability and editing.

• &lt; becomes <

• &gt; becomes >

• &amp; becomes &

• &quot; becomes "