Escape or unescape strings for JavaScript, JSON, HTML, URL, CSV, XML, SQL, and regex. Handle special characters easily.
\n → Newline\t → Tab\\ → Backslash\" → Double quote\' → Single quote\r → Carriage returnEscape or unescape strings for various programming languages and formats. Essential for handling special characters in code, data, and markup.
Always use proper escaping when inserting user data into code or markup. For SQL, prefer parameterized queries over string escaping for better security.
All processing happens locally in your browser. Your data never leaves your computer, ensuring complete privacy and security.
Free online tool to encode or decode html entities. Fast, private, and easy to use with no login required. All processing happens in your browser.
Free online tool to encode or decode url components. Fast, private, and easy to use with no login required. All processing happens in your browser.
Free online tool to encode or decode base64 data. Fast, private, and easy to use with no login required. All processing happens in your browser.