Online JavaScript Escape and Unescape

Online Free JavaScript Escape and Unescap.Our online tool Escapes or unescapes a JavaScript string removing traces of offending characters that could prevent interpretation.

Tool escapes the characters in a String using EcmaScript String rules.Escapes any values it finds into their EcmaScript String form. Deals correctly with quotes and control-chars (tab, backslash, cr, ff, etc.) and a tab becomes the characters '\\' and 't'.