TB
Developer

URL Encoder/Decoder

Encode and decode URLs. Safely encode special characters for use in web addresses.

Input
Output
Documentation

How to Use

1

Enter your URL or text

Paste the URL or text you want to encode or decode in the input field.

2

Choose encode or decode

Select Encode to convert special characters to percent-encoded format, or Decode to reverse the process.

3

Copy the result

Your encoded or decoded URL is ready instantly. Click Copy to use it in your application.

Pro Tips
Use encodeURIComponent for query parameter values
Double-check encoding after copying as some chars may be interpreted

Examples

Input
https://example.com/my page
Output
https://example.com/my%20page

FAQ

Related Tools