URL Encoder & Decoder – Free Online Tool | Tool Corner
Tool Corner

URL Encoder & Decoder

Percent-encode text so it's safe inside a URL, or decode an encoded URL back to plain text.

{{ outLabel }}
{{ output }}

How to use this tool

  1. Paste your text or URL.
  2. Choose encode or decode.
  3. Copy the percent-encoded (or decoded) result.
Those %20s explained

Why spaces become %20

URLs can only safely contain a limited set of characters. Anything outside that set — spaces, accents, &, ?, # — has to be "percent-encoded" into a % followed by its hex code, which is why a space turns into %20.

Get this wrong and links break or query parameters get misread. Encoding query values before you paste them into a URL is the fix.

Related IT tools

Found an error? Report it →
Last updated
Found this useful? Share it
Help someone else find this free tool.