HTML entities
Escape or unescape HTML character references.
2 tools
- HTML Decoder Replace HTML 4 named character references and decimal or hex numeric references with the characters they stand for. Names are case-sensitive (Ω is not ω). Unknown names are left unchanged.
- HTML Encoder Turn the five HTML text specials into character references so the string can sit in HTML text. Named entities for ampersand, less-than, greater-than, and quotes; numeric ' for apostrophe. Other characters, including emoji, are left as they are.