Encodeur d'Entités HTML
Encodez et décodez les entités HTML pour échapper les caractères spéciaux
HTML Entity Encoding
This converter allows you to transform reserved characters (like <, >,
&, ", ') into their respective HTML entities.
This is essential for web security (XSS prevention) and for displaying HTML code on web pages without it being interpreted by the browser.
- Encode: Converts special characters to entities.
- Encode All: Converts all characters to Hexadecimal entities for greater obfuscation.
- Decode: Reverts entities back to readable text.