Processing...
Developer

URL Encoder Guide — Percent-Encoding Query Strings

Encode and decode URL parameters safely for OAuth redirects, analytics tags, and API links.

Published June 1, 2025 · 1 min read

Try it free — no signup

3 uses per day · 200 MB · TLS encrypted · auto-delete

Use free tool →

URL encode and decode query strings

Spaces, ampersands, and Unicode in query parameters must be percent-encoded. The URL encoder and URL decoder handle %20, +, and UTF-8 safely when building OAuth redirects or analytics tags.

Example

hello worldhello%20world. Always encode user-supplied values before concatenating URLs.

Sources & references

Primary references used when researching and fact-checking this guide. See our editorial methodology.

  1. — Adobe
    PDF password protection and encryption standards (ISO 32000).
  2. — Artifex Software
    Compression level behavior and PDF output settings.