← Back to Menu

HTML Entity Encoder / Decoder

Encode special HTML characters into entities or decode HTML entities back to plain text.

Encode examples:
& → &amp;< → &lt;> → &gt;" → &quot;' → &#39;

Results

Result will appear here after encoding or decoding.