๐Ÿ’ป Developer Tools

URL Encoder & Decoder

Encode text for URL components or decode percent-encoded values.

Ready to use ยท Runs in your browser ยท No signup
Resulthttps%3A%2F%2Fexample.com%2Fsearch%3Fq%3Dfieldlet%20tools

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.

  1. Choose Encode or Decode.
  2. Enter the source text or encoded value.
  3. 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.