Encode & decode
HTML escape
Escape and unescape HTML special characters
How to use / Notes
How to use
- Enter text to escape, or HTML to unescape.
- Choose the direction.
- Copy the result into your markup.
Notes
- Converts special characters like < > & " ’ to entities.
- Escaping is for display; safely rendering untrusted input needs context-aware handling too.