Encode text to HTML entities. < > & etc. For safe HTML display.
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 ToolsDecode HTML entities to text. < to <. For parsing HTML content.
Developer ToolsEncode text to Unicode escape sequences. \uXXXX for non-ASCII. For JavaScript.
Developer Tools