All tools

URL Encode/Decode

Encode or decode URL characters

Component: Encode all special characters. Use for query parameters.

Common URL-encoded characters

%20
&%26
=%3D
?%3F
/%2F
#%23
%%25
+%2B

Privacy: Everything is processed locally in your browser. Nothing is sent to any server.

About URL Encoder/Decoder

URLs can only contain certain characters, so spaces, accents and symbols have to be percent-encoded to work in links, query strings and APIs. This free tool encodes text into a URL-safe form, or decodes percent-encoded strings back into readable text — a daily essential for web and API work. Everything runs in your browser, so your data is never sent to a server.

How to use URL Encoder/Decoder

  1. 1

    Enter text or URL

    Paste the text or URL you want to encode or decode.

  2. 2

    Choose direction

    Select URL encode or decode mode.

  3. 3

    Copy result

    Copy the encoded or decoded result to your clipboard.