What this tool does
Encodes/decodes strings using the legacy JavaScript escape/unescape functions.
Steps
- Type text and click Escape Encode to get escaped output.
- Paste escaped string and click Escape Decode to restore.
- Use Swap to swap input/output fields; Copy/Download as needed.
Examples
Notes
escape/unescape are deprecated; for URLs prefer encodeURIComponent/decodeURIComponent.
- All operations run locally in your browser.