Encoding

URL Encoder/Decoder

Safely encode special characters for use in URLs, or decode an already-encoded URL back to plain text.

Did this tool save you some time? A quick testimonial helps a lot.

Share your experience

About this URL Encoder/Decoder

Safely encode special characters for use in URLs, or decode an already-encoded URL back to plain text. Common questions — like when should i use url encoding vs base64 — are answered in the FAQ below.

Usage and privacy

How to use it

Add your input to the workspace above, review the result, then copy or download it when it's ready. No account or installation is required.

Private by design

URL Encoder/Decoder runs in your browser, so the information you enter stays on your device instead of being uploaded to a server.

URL Encoder/Decoder examples

A few worked examples so you know what to expect before you paste in your own input.

Encode a query value

Input

hello world & more

Output

hello%20world%20%26%20more
Encode special characters

Input

100% done!

Output

100%25%20done!
Decode back to text

Input

price%3D%2450

Output

price=$50

Frequently Asked Questions

Related Tools