🔤HTML Entity Encoder/Decoder
🔤
HTML Entity Encoder/DecoderEncode special characters to HTML entities and decode HTML entities back to text. Support for common and extended HTML entities.
Common HTML Entities Reference
& → &
< → <
> → >
" → "
' → '
→
© → ©
® → ®
™ → ™
€ → €
£ → £
¥ → ¥
🔤About HTML Entity Encoder/Decoder
🔤
About HTML Entity Encoder/DecoderHTML Entities: Special characters encoded for safe use in HTML documents.
Security: Prevents XSS attacks by encoding dangerous characters.
Compatibility: Support for common and extended HTML entities.
Privacy: All processing happens locally in your browser. No data is sent to our servers.