HTML Entity Encoder/Decoder
Encode and decode HTML entities — convert &, <, >, ", ' and special chars to their HTML entity equivalents.
Encoded
Encoded output will appear here...
Decoded
Decoded output will appear here...
Character Reference Table (37 entities)
| Entity | Character | Code Point | Description |
|---|---|---|---|
| & | U+0026 | ||
| < | U+003C | ||
| > | U+003E | ||
| " | U+0022 | ||
| ' | U+0027 | ||
| U+00A0 | |||
| © | U+00A9 | ||
| ® | U+00AE | ||
| € | U+20AC | ||
| £ | U+00A3 | ||
| ¥ | U+00A5 | ||
| ¢ | U+00A2 | ||
| ° | U+00B0 | ||
| ± | U+00B1 | ||
| × | U+00D7 | ||
| ÷ | U+00F7 | ||
| µ | U+00B5 | ||
| · | U+00B7 | ||
| « | U+00AB | ||
| » | U+00BB | ||
| — | U+2014 | ||
| – | U+2013 | ||
| “ | U+201C | ||
| ” | U+201D | ||
| ‘ | U+2018 | ||
| ’ | U+2019 | ||
| … | U+2026 | ||
| ™ | U+2122 | ||
| • | U+2022 | ||
| ← | U+2190 | ||
| → | U+2192 | ||
| ↑ | U+2191 | ||
| ↓ | U+2193 | ||
| ♠ | U+2660 | ||
| ♣ | U+2663 | ||
| ♥ | U+2665 | ||
| ♦ | U+2666 |
History
No history yet
Encode and decode HTML entities. Part of the freeq.one tools suite.