HTML Entity Encoder / Decoder
Encode special characters to HTML entities or decode entities back to text. Useful for escaping HTML. All processing runs in your browser.
Examples
< → <
> → >
& → &
FAQ
&...;), it decodes; otherwise it encodes.