HTML Entity Encoder Decoder Online Free
Encode special characters to HTML entities or decode HTML entities back to readable text. Essential for web developers and content creators.
Common HTML Entities Reference
| Character | Named | Numeric | Description |
|---|---|---|---|
| & | & | & | Ampersand |
| < | < | < | Less than |
| > | > | > | Greater than |
| " | " | " | Double quote |
| ' | ' | ' | Single quote / Apostrophe |
| (space) | |   | Non-breaking space |
| © | © | © | Copyright |
| ® | ® | ® | Registered |
| ™ | ™ | ™ | Trademark |
| « | « | « | Left double angle quote |
| » | » | » | Right double angle quote |
| — | — | — | Em dash |
| – | – | – | En dash |
| ‘ | ‘ | ‘ | Left single quote |
| ’ | ’ | ’ | Right single quote |
| “ | “ | “ | Left double quote |
| ” | ” | ” | Right double quote |
Last updated May 2026
Pro Tip
Use named entities (like &) for common characters as they are more readable in source code. Switch to numeric entities (like &) when you need maximum compatibility across all browsers and email clients.
How to Use HTML Entity Encode/Decode
1
Enter Text or HTML
Paste the text with special characters or HTML entities into the input area.
2
Choose Encode or Decode
Switch between Encode and Decode tabs to convert in either direction.
3
Configure Options
Choose between named or numeric entities, and whether to encode all or only special characters.
4
Copy the Result
The output updates live. Copy it to your clipboard with one click.
Why Use Our HTML Entity Encode/Decode?
Bidirectional Conversion
Encode special characters to HTML entities or decode entities back to text.
Named & Numeric Entities
Choose between named entities like & or numeric entities like &.
Selective Encoding
Encode only special characters or all characters for maximum compatibility.
Quick Reference
Built-in table showing common HTML entities for quick lookup.
100% Free
No hidden charges or premium features locked behind paywalls.
Privacy First
Files are processed in your browser and never uploaded to servers.
Works Everywhere
Compatible with desktop, tablet, and mobile browsers.