Developer

URL Encoder/Decoder

Encode URLs to percent-encoding or decode them back to plain text.

Open URL Encoder/Decoder
Private — runs in your browserInstant resultsFree forever

Key Features

URL-encode text to percent-encoding
Decode percent-encoded URLs back to text
Encode only specific components (path, query, fragment)
Live encoding as you type
One-click copy of the result
Support for Unicode characters

How to Use

1Paste your URL or text into the input
2Choose Encode or Decode mode
3View the result instantly
4Click Copy to use the result

Common Use Cases

Encode query parameters for an API request
Decode a URL-encoded string from a log
Safely include special characters in a URL
Debug URL encoding issues in your application

Frequently Asked Questions

What is URL encoding?
URL encoding (percent-encoding) converts special characters into a %XX format so they can be safely transmitted in a URL. For example, a space becomes %20.
When should I encode vs decode?
Encode when building a URL with special characters. Decode when you have a percent-encoded string and want the original text.

Ready to use URL Encoder/Decoder?

No signup. No ads. Just open and start using it.

Open Tool Now

Related Developer Tools