text

URL Encoder and Decoder

Encode and decode URL components locally, including Unicode text.

Local processing. URL text is transformed locally and is not sent to a server.

This uses URL component encoding, not full URL parsing.

How to use Encode URLs

  1. 1Choose encode or decode mode.
  2. 2Paste a URL component or text value.
  3. 3Review the converted output.
  4. 4Copy the result.

Frequently asked questions

What does URL encoding do?

It converts characters such as spaces, slashes, and Unicode into percent-encoded sequences.

Why does decoding fail?

Decoding fails when the input contains malformed percent escapes.

Is my URL sent anywhere?

No. Encoding and decoding happen locally.