HTML Escape / Unescape
Escape and unescape HTML characters.
Result
—
Related tools
How it works
- 1Choose mode: Escape or Unescape.
- 2For Escape—paste text; &, <, >, ", ' are converted to &, <, >, ", '.
- 3For Unescape—paste HTML entities to get plain characters.
- 4Copy the result.
Example
Input (Escape): <div>Hello</div> Output: <div>Hello</div>