HTML Entity Converter — Free Online
Convert special characters to HTML entities or decode HTML entities back to readable text.
Input
Result
✅ Copied to clipboard!
Characters converted
& → &
< → <
> → >
" → "
' → '
Frequently Asked Questions
Q. What are HTML entities?
HTML entities are special codes that represent reserved characters in HTML, such as & for & and < for <.
Q. When do I need HTML entities?
Use them when you want to display HTML special characters (like < or >) as text in a webpage without them being interpreted as HTML.
Q. Which characters are converted?
Common characters like &, <, >, ", ' and other special symbols are converted to their HTML entity equivalents.