URL Encode/Decode

Encode and decode URLs and query parameters instantly

How to Use URL Encoder/Decoder

What is URL Encoding?

URL encoding (also known as percent-encoding) converts characters into a format that can be transmitted over the Internet. Special characters are replaced with a "%" followed by two hexadecimal digits. Learn more about URL Encoding →

When to Use?

  • Encoding query parameters in URLs
  • Handling special characters in web addresses
  • Creating shareable URLs with complex parameters
  • Debugging web applications

Common Encodings

Space → %20 or +

! → %21

@ → %40

# → %23

& → %26