Developer Tools

URL Encode Decode

Handle unsafe characters in URLs, query strings, or form values with quick encode and decode actions.

UR

Use this tool


                        

How to use URL Encode Decode

  • Paste the raw text or encoded fragment you need to work with, including spaces or symbols if relevant.
  • Use encode when preparing query parameters or form values, and decode when reading already-escaped text.
  • Copy the output only after checking that reserved characters changed the way you expected.

Example workflow

A marketer can encode a campaign value with spaces and symbols before adding it to a tracking link, then decode the final URL later to verify nothing was mangled.

Privacy note

URL encoding is handled client-side, which makes it convenient for checking sensitive callback parameters locally.

Related tools

JS

JSON Formatter

Format, validate, and minify JSON.

Open tool
B6

Base64 Encode Decode

Encode text to Base64 or decode it back.

Open tool
JW

JWT Decoder

Inspect JWT header and payload.

Open tool