Skip to content

URL Encoder / Decoder

Encode special characters for use in a URL, or decode an encoded URL.

URL encoded
Decoded
Ad space

About this tool

Convert spaces, symbols, and special characters into their percent-encoded URL-safe equivalents, or decode a percent-encoded URL back into readable text.

How to use this tool

  1. 1

    Encode a URL or text

    Type text with spaces or special characters in the first box.

  2. 2

    Decode an encoded URL

    Paste percent-encoded text in the second box.

Frequently asked questions

Why do URLs need encoding?
URLs can only safely contain a limited set of characters; spaces and symbols like & or ? must be percent-encoded so they aren't misinterpreted as part of the URL structure.
What does %20 mean?
It's the percent-encoded representation of a space character.