URL Encoder & Decoder

Encode and decode URLs online

Encode / Decode

encodeURIComponent encodes all special characters including : / ? # &. Use this for encoding individual parameter values.
encodeURI preserves characters that are part of URL structure (: / ? # &). Use this for encoding a full URL while keeping its structure intact.

URL Parser

Enter a URL above and click Parse.