HTML Entity Encoder/Decoder
Convert special characters to HTML entities and vice versa.
💡 Common entities: < (<), > (>), & (&), " ("), ' (')
What are HTML Entities?
HTML entities are used to display reserved characters in HTML. For example, < is displayed as < to prevent it from being interpreted as an HTML tag.
Features
- ✅ Encode special characters to entities
- ✅ Decode entities back to characters
- ✅ 100% client-side processing