HTML Entity Encoder & Decoder
Encode special characters to HTML entities or decode them back to readable text.
&
& Ampersand
<
< Less than
>
> Greater than
"
" Double quote
'
' Apostrophe
Non-breaking space
©
© Copyright
®
® Registered
™
™ Trademark
€
€ Euro sign
£
£ Pound sign
¥
¥ Yen sign
'
' Apostrophe (numeric)
—
— Em dash
–
– En dash
…
… Ellipsis
«
« Left guillemet
»
» Right guillemet
Input — Raw Text
Output — Encoded
Encoded output will appear here...
How to Use
- Select Encode or Decode mode
- Paste or type your text in the Input panel
- Optionally toggle which characters to encode (quotes, apostrophes, non-ASCII)
- Click Encode (or Decode) to convert
- Click Copy to copy the result, or Swap to move output to input
Common HTML Entities
| Character | Entity Name | Entity Number | Description |
|---|---|---|---|
| & | & | & | Ampersand |
| < | < | < | Less than |
| > | > | > | Greater than |
| " | " | " | Double quote |
| ' | ' | ' | Apostrophe |
| |   | Non-breaking space | |
| © | © | © | Copyright |
| ® | ® | ® | Registered |
| ™ | ™ | ™ | Trademark |
| € | € | € | Euro sign |
| £ | £ | £ | Pound sign |
| ¥ | ¥ | ¥ | Yen sign |