HTML Entities Converter
Convert text to HTML entities and decode HTML entities back to text
Input
Output
Common HTML Entities
Character | Named Entity | Numeric Entity | Hex Entity | Description |
---|
How to Use
- Enter text in the input field
- Choose encoding type (named, numeric, or hex)
- Click "Encode" to convert text to HTML entities
- Click "Decode" to convert HTML entities back to text
- Use the reference table for common HTML entities
About HTML Entities
HTML entities are special codes used to represent reserved characters and symbols in HTML.
Named Entities: Use a name to represent the character (e.g., <
for <)
Numeric Entities: Use the decimal Unicode value (e.g., <
for <)
Hexadecimal Entities: Use the hex Unicode value (e.g., <
for <)
HTML entities are essential for displaying characters that would otherwise be interpreted as HTML code.
Related Tools
Advertisement Area