TheOmniTool logoTheOmniTool
Encoding

URL Encoder / Decoder

Encode or decode URL components.

https%3A%2F%2Fsemivra.com%2Fsearch%3Fq%3Dhello%20world

How to use this tool

  1. 1Paste your text or URL into the input.
  2. 2Choose Encode or Decode.
  3. 3Copy the converted result.

Frequently asked questions

When should I URL-encode text?

Encode any value placed in a URL query string or path that may contain spaces, &, ?, =, or non-ASCII characters.

What's the difference from Base64?

URL encoding (percent-encoding) escapes unsafe URL characters, while Base64 re-encodes data into an ASCII alphabet.

Related tools