URL Decoder

Decode a percent-encoded URL or string back into readable text online for free — instant, live, entirely inside your browser.

url-decode
Input
0 chars0 B
Output
0 chars0 B
Overview

What is a URL decoder?

A URL decoder reverses percent-encoding, converting sequences like %20 or %26 back into their original characters — revealing the real, human-readable value that was encoded to travel safely inside a URL.

It's useful for debugging tracking links, redirect parameters, or query strings copied from server logs, with full support for decoding non-ASCII characters back to their original form.

Guide

How to use it

Three steps, no learning curve — paste, decode, and copy the result.

Step 01

Paste your encoded URL

Enter a percent-encoded query string, parameter, or full URL.

Step 02

Decode instantly

Percent-encoded sequences are converted back to readable characters live as you type.

Step 03

Copy or download

Grab the decoded string instantly, or download it as a .txt file.

Tips

Best practices to keep in mind

A few things worth knowing about decoding a URL correctly.

  • Decoding a URL reveals the real, human-readable value behind a percent-encoded string — useful when debugging redirects, tracking links, or query parameters copied from server logs.
  • Sequences like %20 for a space or %26 for an ampersand are the most common you'll encounter — this decoder converts every percent-encoded byte sequence back into its original character.
  • If decoding produces unexpected or broken text, the input may already be partially decoded or contain a malformed percent sequence — check for a stray '%' not followed by two valid hex digits.
  • URLs are sometimes double-encoded by mistake, where '%20' becomes '%2520'. If your decoded output still contains '%' sequences, try decoding it a second time to fully reveal the original text.
Comparison

SEOJuicer vs. other URL decoders

The same result, minus the uploads, the signup wall, and the paywall.

SEOJuicer

Runs entirely in your browser
Free, no signup required
Live decoding as you type
Handles Unicode characters
Unlimited input size

Other tools

Uploads your data to a server
Often requires an account
Breaks on Unicode characters
Slower, page-reload workflow
Capped or paywalled
FAQs

Frequently asked questions

Have questions about decoding a URL? Here are the most common ones our users ask before getting started.