๐ป Developer Tools
URL Encoder & Decoder
Encode text for URL components or decode percent-encoded values.
Ready to use ยท Runs in your browser ยท No signup
How to use the URL Encoder & Decoder
Encode characters for safe use in a URL component or decode percent-encoded text back to a readable string.
- Choose Encode or Decode.
- Enter the source text or encoded value.
- Fieldlet applies the browser's URI-component encoding or decoding function.
Last reviewed for accuracy:
Common questions
Does this encode a whole URL?
It uses URL-component encoding, which is best for query values and individual URL parts rather than blindly encoding an entire URL structure.