HTML Escape

In 0 B · Out 0 B
Input
1
Output
1

Common HTML Entities

&&amp;<&lt;>&gt;"&quot;'&#39;space&nbsp;©&copy;®&reg;&trade;&mdash;

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

  1. Paste HTML or text into the input area.
  2. Click Escape to convert special characters, or Unescape to decode entities.
  3. Copy the result from the output area.

Related tools and guides