String Escaper

Escape and unescape strings for JSON, HTML, XML, SQL, JavaScript, and more. Essential tool for developers working with different data formats.

Format Examples

JSON

Original: Hello "World"
Escaped: Hello \"World\"

HTML

Original: <div>Hello</div>
Escaped: &lt;div&gt;Hello&lt;/div&gt;

SQL

Original: O'Neill
Escaped: O''Neill

URL

Original: hello world
Escaped: hello%20world

Features

  • βœ“ Support for multiple formats
  • βœ“ Bidirectional conversion (escape/unescape)
  • βœ“ Handles special characters properly
  • βœ“ Copy to clipboard functionality
  • βœ“ Real-time processing
  • βœ“ No data stored - completely private