← Back to tools

URL Encoder / Decoder

Encode URL components safely and decode encoded URL strings instantly.

Feedback

Was this tool useful?

Overview

Safely encode URL components and decode encoded strings. Useful for query parameters and troubleshooting broken links.

How to use

  1. Paste source string.
  2. Run encode or decode.
  3. Use the result in URL or app config.

Examples

Notes

FAQ

Should I encode full URL?
Usually no; encode only parameter values.
Why does %2520 appear?
That is double-encoding of %20.
Is this reversible?
Yes, if the original data and encoding are valid.

Embed this tool

Paste this iframe into any HTML page to embed URL Encoder / Decoder on your site:

Related Tools