Encode tool

URL Encode / Decode

Encode text for URLs or decode percent-encoded query strings.

Use the tool

Common use cases

  • Encode values for URLs and HTML.
  • Decode copied tokens and payload snippets.
  • Inspect data without switching tools.

Example input

https://aijsonformat.com/tools/json-formatter/?q=hello world

Related tools

FAQ

When should I URL encode text?

Encode values before putting them inside query strings or URL path segments.

Does this encode a full URL?

It encodes the complete input. For full URLs, usually encode only the parameter value.

Is decoding safe?

Decoding only transforms percent escapes into readable characters.