Switch special characters to and from HTML entities like &, < and ©, with an option to encode every non-ASCII character. It runs in your browser and treats everything as text — decoded content is never rendered as live HTML.
HTML Entity Encoder and Decoder is a quick, no-nonsense developer utility that runs entirely client-side, so your code and data never leave your machine.
No. For safety, decoded content is always shown as plain text.
It converts characters above ASCII to numeric entities like é for é.
No — encoding and decoding are local to your browser.