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
No. Encoding and decoding run entirely in your browser.
If the input looks like HTML entities (contains
&...;), it decodes; otherwise it encodes.