URL Encoder/Decoder

Encode or decode URLs

Your files never leave your device
Plain Text / URL
Encoded

How to Use

  1. 1

    Type plain text or a URL parameter in the Encode tab

  2. 2

    Click Encode — text is converted to URL-safe format

  3. 3

    In the Parse URL tab, inspect all components of a URL

FAQ

What's the difference between encodeURI and encodeURIComponent?

encodeURI encodes the full URL, encodeURIComponent encodes URL parameters.

Can I encode multiple URLs at once?

Yes, you can encode/decode multiple URLs simultaneously.

Which characters get encoded?

Spaces, &, =, +, ?, /, #, % and other special characters are encoded.

Related Tools