Skip to main content

URL Encode / Decode

Edit either side; the other updates live.

Bidirectional editor

Decoded text on top, percent-encoded below. Type in either field and the other regenerates instantly.

Encodes all special characters (for query params and path segments).

Encode and decode URLs (and any text) using percent-escaping.

Paste your own or pick an example below.

Decoded

Plain text (Unicode, spaces, special chars).

⌘↵to swap

Encoded

Percent-encoded form for URLs.

Tip:Pasteyour own input or click an example.

Common URL Encodings

=%20 or +
!=%21
#=%23
$=%24
%=%25
&=%26
'=%27
(=%28
)=%29
*=%2A
+=%2B
,=%2C
/=%2F
:=%3A
?=%3F
@=%40
==%3D
[=%5B