HTML Entity Encode/Decode
Encode special characters like <, >, & to their HTML entity equivalents or decode HTML entities back to characters.
Input
HTML Encoded
Result will appear here
HTML Entity Reference
&→&
<→<
>→>
"→"
'→'
/→/
`→`
=→=