HTML Escape
In 0 B · Out 0 B
Input
1
Output
1
Common HTML Entities
& → &< → <> → >" → "' → 'space → © → ©® → ®™ → ™— → —
Online HTML Escape & Unescape Tool
io9.me HTML Escape Tool converts special characters like angle brackets, ampersands, and quotation marks into their HTML entity equivalents. Use it to safely embed user-generated content in HTML, prevent XSS vulnerabilities, or display code snippets in web pages.
Features
- Escape HTML — convert < > & " and other characters to entities
- Unescape HTML — decode entities back to readable characters
- Multiple modes — minimal escaping, all named entities, or numeric entities
- Full HTML entity reference table with search
- Copy result with one click
How to use
- Paste HTML or text into the input area.
- Click Escape to convert special characters, or Unescape to decode entities.
- Copy the result from the output area.