Debugging redirects
OAuth and analytics redirects embed a return URL as a parameter. Decoding shows where a user actually lands.
Percent-encode query values or decode an escaped URL.
Everything above is processed in this browser tab. Your input is never sent to a server.
URL Encoder & Decoder converts characters that are unsafe in a URL into percent-encoded escapes, and reverses the process. It is used when building query strings by hand, debugging redirect chains that contain nested URLs, and reading tracking parameters that have been double-encoded.
OAuth and analytics redirects embed a return URL as a parameter. Decoding shows where a user actually lands.
Campaign names with spaces or ampersands break tracking unless they are encoded. Encode the value, not the whole URL.
Pretty-print, minify and validate JSON with precise error positions.
Convert text to Base64 and back, with UTF-8 handled correctly.
Generate cryptographically random version 4 UUIDs in bulk.
Compute SHA-1, SHA-256, SHA-384 and SHA-512 digests of any text.
Hand-picked hubs, guides and companion tools related to this page.
Last reviewed 2026-07-30. Browse the full directory.