URLs can only safely contain a limited set of characters. Percent-encoding (also called URL encoding) replaces anything else - spaces, ampersands, non-ASCII characters - with a % followed by its hex byte value, so query strings and paths survive being copied, emailed, or pasted into a browser.

Our URL Encoder / Decoder converts either direction instantly.

Share this article: Twitter LinkedIn Email

Looking for a tool to try out what you just read? Browse the full tools catalog.