Escape Unescape 工具
为 HTML、JavaScript 或 JSON 转义特殊字符。免费使用,无需注册。
How to Use
- Select the escaping format: HTML, JavaScript, or JSON
- Choose Escape or Unescape mode
- Paste your text into the input area
- Copy the escaped or unescaped result
Common Use Cases
- Sanitizing user input before rendering in HTML
- Preparing strings for JSON API payloads
- Debugging escaped characters in log files
- Building safe JavaScript string literals