JSON Converters Code Gen Formatters All tools Browse all tools built byAbhay Darji
16 tools

Escapers

Every escaper here round-trips exactly — including backslashes, newlines and emoji, which is where most escaping tools quietly corrupt your data.

JE

JSON Escape

Escape text for a JSON string literal — quotes, backslashes and control characters handled correctly.

JU

JSON Unescape

Unescape a JSON string literal back to its original text, including unicode escapes.

JE

JavaScript Escape

Escape text for a JavaScript string literal — quotes, backslashes and control characters handled correctly.

JU

JavaScript Unescape

Unescape a JavaScript string literal back to its original text, including unicode escapes.

JE

Java Escape

Escape text for a Java string literal — quotes, backslashes and control characters handled correctly.

JU

Java Unescape

Unescape a Java string literal back to its original text, including unicode escapes.

NE

.NET Escape

Escape text for a .

NU

.NET Unescape

Unescape a .

HE

HTML Escape

Escape text for a HTML string literal — quotes, backslashes and control characters handled correctly.

HU

HTML Unescape

Unescape a HTML string literal back to its original text, including unicode escapes.

XE

XML Escape

Escape text for a XML string literal — quotes, backslashes and control characters handled correctly.

XU

XML Unescape

Unescape a XML string literal back to its original text, including unicode escapes.

CE

CSV Escape

Escape text for a CSV string literal — quotes, backslashes and control characters handled correctly.

CU

CSV Unescape

Unescape a CSV string literal back to its original text, including unicode escapes.

SE

SQL Escape

Escape text for a SQL string literal — quotes, backslashes and control characters handled correctly.

SU

SQL Unescape

Unescape a SQL string literal back to its original text, including unicode escapes.