HTML Entity Encode/Decode
Convert HTML characters and entities
Decoding uses a built-in entity table and regex only, never the browser HTML parser, so nothing in your input is ever executed.
All processing happens locally in your browser. Your data is never uploaded to a server.