← Developer Tools
š
URL Encoder / Decoder
Encode strings to percent-encoded URL format (%20, %2F) or decode them back to readable text. Required when passing special characters in query strings or API endpoints.
How to Use
1
Enter your text
Paste a plain string to encode for use in a URL, or paste a percent-encoded URL to decode.
2
Choose direction
Click Encode to convert spaces and special chars to %XX format, or Decode to reverse.
3
Copy and use
Copy the result and use it in your API endpoint, query string or link.