Real-time decoder for HTML entities, special characters, and symbols
| Entity | Character | Description |
|---|---|---|
< |
< | Less than |
> |
> | Greater than |
& |
& | Ampersand |
" |
" | Double quote |
' |
' | Single quote |
© |
© | Copyright |
|
Non-breaking space |
HTML entities are codes used to represent reserved characters in HTML. For example, the less-than sign (<) is represented as < in HTML to prevent it from being interpreted as the beginning of a tag. Entities are also used for characters that don't appear on standard keyboards, like copyright symbols (©) or mathematical symbols.
Copy HTML entities from your source code or document and paste them into the "Input HTML Entities" text area. You can also type directly if you're creating new content.
Choose which types of entities to decode (named, numeric, hexadecimal) and whether to preserve line breaks. The tool works in real-time by default.
Your decoded text appears instantly in the "Decoded Text Result" area. The tool shows statistics about the conversion including time and entity count.
Use the copy button to transfer the decoded text to your clipboard, or let the auto-copy feature do it for you. The history saves your recent conversions.