Encoding Tools
Browse encoding and escaping tools for Base64, URL, HTML, Unicode, and language-specific strings.
This hub links 13 focused pages in the encoding tools category. Each tool page is designed around one transformation, validator, generator, or parser so both users and search engines can understand its purpose quickly.
Base64 Decode
Decode Base64 strings back to plain text instantly in your browser. Uses JavaScript
Base64 Encode
Encode text to Base64 instantly in your browser using JavaScript
Escape C# String
Escape special characters in C# string literals. Browser-based C# string escaper.
Escape HTML
Escape HTML special characters to safe entity equivalents. Browser-based HTML escaping tool.
Escape JavaScript String
Escape special characters in JavaScript string literals. Browser-based JS string escaper.
Escape Python String
Escape special characters in Python string literals. Browser-based Python string escaper.
Escape SQL String
Escape single quotes and special characters in SQL string values. Browser-based SQL escape tool.
HTML Decode
Convert HTML entities like < and & back to plain text. Browser-based HTML decode tool.
HTML Encode
Escape HTML special characters to their entity equivalents in your browser. Fast HTML encoding tool.
Unicode Escape
Escape Unicode characters to \uXXXX sequences for use in source code. Browser-based Unicode escape tool.
Unicode Unescape
Convert \uXXXX Unicode escape sequences back to readable characters. Browser-based Unicode unescape tool.
URL Decode
Decode percent-encoded URL strings back to readable text. Browser-based URL decode tool.
URL Encode
Percent-encode text for URLs using encodeURIComponent. Fast, browser-based URL encoding tool.