100% Free, Private, In-Browser Tool
No uploads. No accounts. No limits. Your files never leave your device.
Convert characters to HTML entities (escape HTML) to prevent rendering conflicts, or convert them back (unescape). Runs locally.
Everything you need to know about processing files securely in your browser
HTML entities are sequences of characters used to display reserved characters (like < or >) and invisible characters in HTML without breaking the browser parser. They begin with an ampersand (&) and end with a semicolon (;).
By escaping special characters (converting <script> to <script>), the browser renders the characters as plain text instead of executing them as live code, which mitigates injection vulnerabilities.
Yes, the tool works bi-directionally. You can paste HTML-encoded strings to escape them, or paste raw text to decode them back.
Yes, the tool supports named entities (like & or <) as well as decimal (&) and hexadecimal (&) character references.