HTML Encoder / Decoder

Convert special characters to HTML entities and back

Common HTML Entities:

& → &
< → &lt;
> → &gt;
" → &quot;
' → &#039;

Usage: Use encode to display HTML code on a webpage, decode to convert entities back to characters.