URL encoder / decoder

Encode or decode your links and parameters in an instant.

Why encode a URL ?

Some characters (spaces, accents, &, ?, =…) must be “encoded” to travel safely inside a web address. Percent-encoding replaces them with safe sequences such as %20.

Frequently asked questions

Does it encode special characters too ?

Yes, it handles accents and symbols via encodeURIComponent, the web standard method.