HTML Entity Encoder / Decoder
Encode special characters to HTML entities or decode entities back to readable text. Real-time conversion with common entity support.
0 chars
Common HTML Entities Reference
| Character | Entity | Description |
|---|---|---|
| & | & | Ampersand |
| < | < | Less than |
| > | > | Greater than |
| " | " | Double quote |
| ' | ' | Single quote / Apostrophe |
| (space) | | Non-breaking space |
| © | © | Copyright |
| ® | ® | Registered |
| ™ | ™ | Trademark |
| — | — | Em dash |
| € | € | Euro sign |
| £ | £ | Pound sign |
How It Works
1
Enter Your Text or HTML
Paste text containing special characters to encode, or paste HTML entities to decode back to readable text.
2
Choose Encode or Decode
Select Encode to convert characters like <, >, & to their HTML entity equivalents, or Decode to reverse the process.
3
Copy the Result
The conversion happens in real time. Click Copy to grab the result. Use the reference table below for common entities.