URL Encoder & Decoder

Percent-encode text so it's safe inside a URL or query string, or decode an encoded URL back to readable text. Instant and UTF-8 safe — and it all runs in your browser, so nothing is sent anywhere.

When to use which

Privacy: everything runs locally in your browser — your text never leaves your device.

More dev tools: Base64 encoder/decoder, JSON formatter, and the UTM link builder.