HTML Entity Encoder
Convert special characters to HTML entities and back
HTML Entities Guide
What are HTML Entities?
Understanding HTML entities:
- Purpose:
Represent special characters in HTML
- Format:
& followed by name or # and number, ending with ;
Common Entities
Frequently used HTML entities:
- Special Characters:
< (<), > (>), & (&)
- Currency Symbols:
€ (€), ¢ (¢), £ (£)
Related Tools
JSON Formatter
Format and validate JSON.
Base64 Converter
Encode/decode Base64.
URL Encoder
Encode/decode URLs.
Regex Tester
Test regular expressions.