Command Palette

Search for a command to run...

URL Encoder & Decoder

Encode special characters for safe use in URLs, or decode percent-encoded strings back to readable text. Handles all standard URI components.

View all Encoders & Decoders tools

Frequently Asked Questions

What is URL encoding?
URL encoding (percent-encoding) turns special characters into %XX form so they're safe in URLs and query strings. This URL encoder and decoder handles encode and decode in your browser with no server.
Is my text sent to a server when I encode or decode?
No. Encoding and decoding run entirely in your browser. Your data stays on your device.
When should I use a URL encoder?
Use it when building URLs with spaces, Unicode, or special characters; when decoding percent-encoded strings from APIs or links; or when working with query parameters.