Encoding & Decoding

URL Encoder/Decoder

Safely encode or decode URL strings and query params.

Loading tool...

Related developer tools

Continue with JWT Decoder, HTML Entity Encoder/Decoder, Image to Base64.

How to Use URL Encoder/Decoder

  1. Enter or paste your input in the text area above
  2. The tool will process your input automatically or click the action button
  3. Copy the result using the copy button

Frequently Asked Questions

What is URL encoding?

URL encoding converts characters into a format that can be transmitted over the Internet. Special characters are replaced with % followed by hex digits.

Sources & references

Primary references: WHATWG URL Standard.

Last reviewed: