HTML Special Character Escape
Escape and unescape HTML character entities in real-time
도구를 불러오는 중…
🔒 Everything runs 100% in your browser. Your files and input are never uploaded to any server.
Escapes HTML tags into character entities (< to <) to prevent rendering glitches in text.
How to use
- Input your HTML block into the source textarea.
- Click Escape or Unescape button.
- Copy the safe HTML representation string.
FAQ
- Which characters are escaped?
- Characters like <, >, &, ", and ' are escaped to their safe entity counterparts.
