URL text encoder

Encode or decode text with URL component encoding—useful for query strings, redirects, and debugging.

Encode applies encodeURIComponent to the full input. Decode applies decodeURIComponent. You can run either action repeatedly: copy the output, paste it back into the input, and choose the other mode if you need to chain steps.

Mode

← All utilities