HTML Entity Converter
Convert HTML special characters and entities
Category
How to Use
- Select encode or decode mode
- Enter HTML text or entity-encoded text
- Result is shown automatically; common entities table below
Examples
-
HTML entity encode
Input:
<div class="test">Output:
<div class="test">
FAQ
- Why use HTML entities?
- HTML entities let you display special characters (<, >, &) without them being parsed as HTML tags.
Related tools
- Base64 Encode/Decode
Encode or decode text with Base64
- URL Encode/Decode
Encode and decode URLs