URL Encoder/Decoder

Encode and decode URL components.

Loading tool…

How it works

  1. Paste a string.
  2. Choose Encode or Decode.
  3. Copy the result.

Features

  • encodeURIComponent / decodeURIComponent
  • Clear error messages
  • Copy output
  • Browser-only

FAQ

Is this the same as encodeURI?

This tool uses encodeURIComponent, which encodes more characters for query values.

Is input uploaded?

No. Everything runs locally.