Converters

URL Encoder / Decoder

Encode text for URLs or decode encoded URL values.

Browser-onlyInstant outputLocal data

Encoded output

a%20b%2Bc

Decoded output

a b+c

Query-ready

a%20b%2Bc

Status

Ready

Why use this tool

03

Convert between readable text and percent-encoded URL values in the browser.

URL Encoder handles percent-encoding directly in the browser.

It is useful when debugging parameters, sharing links, or preparing query values.

How to use

02
01Paste a raw value or an encoded value into the text area.
02Copy the encoded or decoded result you need.

Quick checks before you copy

03

Confirm the input is the format you intended.

Scan the result before using it in a document, URL, config, or message.

Copy only the output you need.

FAQ

03
What happens if the encoded string is invalid?

The decoded panel falls back to an empty value.

Does it encode the entire URL or just a value?

It encodes the input as a value. For full URLs, encode only the query parameter values, not the base URL.

What characters are left unencoded?

Letters, digits, and the characters - _ . ! ~ * ' ( ) are left as-is. Everything else is percent-encoded.

Related tools

03
Free URL Encoder / Decoder — Encode text for URLs or decode encoded URL values | TOOLGRID