Decode HTML entities to text. < to <. For parsing HTML content.
Tools you might need next
Encode text to Base64. Supports Unicode. For APIs and data encoding.
Developer ToolsDecode Base64 to text. Supports Unicode. For APIs and data decoding.
Developer ToolsEncode text for URLs. Percent encoding. For query strings and links.
Developer ToolsDecode URL-encoded text. Percent decoding. For parsing URLs.
Developer ToolsEncode text to HTML entities. < > & etc. For safe HTML display.
Developer ToolsEncode text to Unicode escape sequences. \uXXXX for non-ASCII. For JavaScript.
Developer Tools