Process text and data with encoders, decoders, and character escapers for HTML, Base64, URL, JWT, and SSL formats.
Encode any file to Base64 format and decode Base64 strings back to their original files.
Convert images to Base64 strings for CSS/HTML embedding and decode Base64 back to images.
Encode plain text to Base64 format and decode Base64 strings back to readable plain text.
Escape and unescape special characters in CSV data for safe processing and data integrity.
Convert text files between different encoding standards like UTF-8, ISO-8859-1, ASCII, and and more.
Convert sensitive HTML characters to safe entities and back to prevent XSS and ensure correct rendering.
Escape and unescape JavaScript strings and special characters for safe use in code and JSON.
Escape and unescape JSON strings to ensure safe data transmission and prevent parsing errors.
Parse and validate JSON strings into an interactive tree view for easier inspection and debugging.
Convert JavaScript objects and values back into a formatted JSON string for display and storage.
Escape and unescape SQL string literals to prevent injection attacks and ensure database compatibility.
Safely encode and decode URLs to ensure special characters are handled correctly for web browsers.
Escape special XML characters to prevent parsing errors and ensure your XML documents are well-formed.