What URL encoding means
URL encoding changes reserved characters into percent-based values so browsers and servers can pass them safely inside links and query strings.
Use this free online URL encoder and decoder to convert special characters into percent-encoded values or decode encoded URL strings back into readable text. It is useful for developers, SEO work, query string checks, and link troubleshooting.
Paste text, URL parameters, or encoded strings below. Then choose whether you want to encode the value or decode it back to normal text.
Encode
`weight calculator & bmi guide` becomes a URL-safe string.
Decode
`weight%20calculator%20%26%20bmi%20guide` becomes readable text again.
URL encoding changes reserved characters into percent-based values so browsers and servers can pass them safely inside links and query strings.
A URL decoder is useful when you need to inspect encoded links from APIs, logs, analytics tools, search parameters, or redirect chains.
This utility can help with SEO checks, UTM parameter review, developer debugging, and making encoded URLs easier to read and verify.