Free Text Convert

Simple, fast, and free text transformation tools

Escape/Unescape Tool

Encode and decode text for URLs, HTML, JSON, JavaScript, and Base64

URL Encoding

Converts special characters to percent-encoded format for safe URL transmission.

Example: hello worldhello%20world

📝 Try with examples:

Pro Tips

  • URL Encoding: Essential for query parameters and form data
  • HTML Entities: Prevent XSS attacks by escaping user input
  • JSON Strings: Escape quotes and backslashes for valid JSON
  • JavaScript: Escape strings for safe inclusion in JS code
  • Base64: Not technically escaping, but encoding binary data as text