Toolora

URL Encoder / Decoder

Percent-encode text and decode percent-encoded URLs.

Percent-encode text for URLs or decode percent-encoded values back into readable text. Useful for query strings, redirect targets and API parameters.
Mode

How to use

  1. Choose Encode or Decode mode.
  2. Paste the text or encoded value you want to convert.
  3. Copy the generated result.

Frequently asked questions

Which characters are encoded?

Reserved and unsafe characters are percent-encoded while letters, digits and some safe symbols stay readable.

Are decoded plus signs treated as spaces?

No, plus signs stay as plus signs; use %20 for spaces.