Encode text to Base64. Supports Unicode. For APIs and data encoding.
Tools you might need next
Decode 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 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