HTML Encoder/Decoder
Encode special characters to HTML entities or decode HTML entities back to text. Support for various encoding formats.
About HTML Encoding
HTML Entities
Convert special characters to HTML entity references (e.g., &, <, >)
Hexadecimal
Convert characters to hexadecimal entity references (e.g., €, ©)
Decimal
Convert characters to decimal entity references (e.g., ©, ®)
Unicode
Convert characters to Unicode escape sequences (e.g., \u0048\u0065\u006C\u006C\u006F)