OneTool

URL Encode / Decode

Encode or decode URL components and full URLs safely.

Direction
Mode

What is this tool?

URL encoding (percent-encoding) replaces reserved characters so they can appear in query strings and paths. Use component mode for individual values (encodeURIComponent) and full-URL mode when you need encodeURI-style handling of a complete URL.

How to use it

  1. Choose Encode or Decode and component vs full-URL mode.
  2. Paste the string or URL.
  3. Copy the converted result.