URL Encode/Decode
URL encoding replaces unsafe or reserved characters in a URL with percent-encoded equivalents (e.g., a space becomes %20). This is essential when constructing query strings, embedding data in URLs, or passing special characters through HTTP requests. This tool supports both full URL encoding (preserving protocol and path separators) and component encoding (encoding all special characters) for maximum flexibility.
How to Use This Tool
- Select Encode or Decode mode using the toggle buttons.
- Choose whether to encode the full URL (encodeURI) or a URL component (encodeURIComponent).
- Paste or type your text into the input area and see the result instantly.
- Click Copy to copy the result to your clipboard.
Related Tools
B64&l{ }SQL
Base64 Encode/Decode
Encode text to Base64 and decode Base64 to text.
HTML Entity Encode/Decode
Convert special characters to HTML entities and back.
JSON Formatter & Validator
Pretty-print, validate, and minify JSON with syntax highlighting.
SQL Formatter
Beautify SQL queries with support for multiple dialects.