Text Utilities
HTML Decoder
Decode HTML entities back into readable text instantly.
Tool
About this Tool
Use this free HTML decoder to convert HTML entities into readable text.
Examples
- <div>Hello</div> → <div>Hello</div>
- Tom & Jerry → Tom & Jerry
- "Hello" → "Hello"
Frequently Asked Questions
What does an HTML decoder do?
It converts HTML entities back into their original characters.
Which entities are supported?
All standard HTML entities such as &, <, >, " and '.
When should I decode HTML?
Use it when encoded HTML needs to be displayed as normal text.