Collection Guide

Collection of escape/unescape tools for JSON, Regex, HTML, XML, CSV, SQL, JavaScript, Java, C/C++ and more, creating a great helper for debugging.

Who is this collection for?

  • Use this page when you want to compare several related tools in one place.
  • It helps you move between closely related tasks without searching again.
  • This collection currently includes 13 practical tools.

What can you find here?

  • Common entry points include i18n Special Character Escaper, JavaScript String Escape, HTML String Escape, JSON String Escape/Unescape, XML Character Escape, and 8 more tools.
  • You can quickly switch between checking, conversion, generation, formatting, or supporting workflows.

Recommended entry points

  • i18n Special Character Escaper - Automatically handle special character escaping in i18n translation files, supporting both JSON and plain text formats, fixing parsing errors caused by curly braces, @ symbols, etc.
  • JavaScript String Escape - Escape and unescape special characters in JavaScript strings, including quotes, newlines and control characters
  • HTML String Escape - Escape and unescape special characters in HTML strings to prevent XSS attacks
  • JSON String Escape/Unescape - Convert strings to valid JSON format or restore, handling escape and unescape of double quotes and control characters
  • XML Character Escape - Convert special characters to XML entities for valid XML documents
  • CSV Field Escape - Properly handle commas, quotes, and newlines in CSV
  • SQL String Escape - Escape special characters in SQL strings to prevent SQL injection attacks
  • Regex Escape - Escape special characters in regular expressions to match them literally
  • C/C++ String Escape - Escape special characters in C/C++ strings, including octal and hexadecimal sequences
  • Java String Escape - Escape special characters in Java strings, including Unicode escape sequences
  • String Escape/Unescape - Multi-rule string escape and unescape tool supporting JSON, JavaScript, Java, HTML, XML, CSV, XSI and custom mappings
  • CSS Character Escape - Online CSS character escape tool with identifier/string modes for escaping and unescaping selectors, supporting Chinese and special symbols, ideal for frontend styling, selector debugging, and automation scripts.
  • Bash Command Escape/Unescape - Online Bash command escape and unescape tool with single, double, and ANSI-C quoting styles for script argument handling and safer command execution.

How to use this page

  1. Read the short introduction and identify the tool closest to your current goal.
  2. Open the selected tool and process your data directly in the browser.
  3. Return to this collection when the workflow needs another related tool.

FAQ

Do I need to use every tool in this collection?

No. Pick the tool that matches your current task.

Why are these tools grouped together?

Because they are often used in the same workflow or solve closely related problems.