HTML Entity Encoder/Decoder

Convert special characters to HTML entities

Common HTML Entities

< = &lt;
> = &gt;
& = &amp;
" = &quot;
' = &#39;
© = &copy;