HTML Escape/Unescape Tool
Escape special characters to HTML entities or unescape HTML entities back to regular characters.
Original Length: 0 chars
Processed Length: 0 chars
Entities Changed: 0
ℹ️ HTML Escaping Guide
Escaping Options Explained:
- Escape Special Chars: Converts only <, >, &, ", ' to entities
- Escape All Non-ASCII: Converts all non-alphanumeric characters to entities
- Unescape: Converts HTML entities back to regular characters
Entity Types:
- Named: < > & (human-readable)
- Decimal: < > & (numeric)
- Hexadecimal: < > & (hex codes)
Input | Settings | Output |
---|---|---|
<div>Hello</div> | Escape, Named | <div>Hello</div> |
© 2023 | Escape All, Decimal | © 2023 |
☺ Smile | Unescape | ☺ Smile |
Note: Escaping all characters will significantly increase text size. Use only when necessary.