Escape and unescape
Escape or unescape strings for HTML, XML, JSON, JavaScript, Java, C#, CSV and SQL.
- C# Escape Convert text into a C# string literal, in either the regular or the verbatim form.
- C# Unescape Resolve every escape in a C# literal, including the variable-length hex form.
- CSV Escape Make any value safe to drop into a CSV file by quoting it the way RFC 4180 requires.
- CSV Unescape Read the real value out of a quoted CSV field, with doubled quotes restored.
- HTML Escape Encode the characters that HTML treats as markup so a snippet of code displays as text instead of rendering.
- HTML Unescape Decode HTML entities, all of the named ones and any numeric reference, back into readable characters.
- Java Escape Prepare text for a Java string literal using the escape set the Java Language Specification defines.
- Java Unescape Decode a Java literal back to the characters it actually represents.
- JavaScript Escape Turn raw text into something you can paste between the quotes of a JavaScript string.
- JavaScript Unescape Read a string literal the way the JavaScript engine does, with every escape sequence resolved.
- SQL Escape Escape text for use inside a SQL string literal by doubling every single quote, the method every database understands.
- SQL Unescape Convert the doubled single quotes of a SQL string literal back into ordinary apostrophes.
- XML Escape Convert the five characters XML reserves into their entities so any text can sit safely inside an element or attribute value.
- XML Unescape Decode the five XML entities and numeric character references back into plain characters.
Other categories
- JSON tools
- XML tools
- YAML tools
- CSV and TSV tools
- HTML tools
- CSS tools
- JavaScript tools
- SQL tools
- Code formatters
- Minifiers
- Validators
- Data converters
- Encoders and decoders
- Hash and cryptography
- String and text tools
- Number tools
- Color tools
- Unit converters
- Date and time tools
- Generators
- Random data generators
- Image tools
- Compress and decompress
- Network and DNS tools
- Web and developer tools
- Chart makers
- Cheat sheets
- Fun text tools
- Calculators