Convert reserved characters safely and break query strings into readable key-value rows.
Encoded or decoded output
name%3DAppHelp%20tools%26mode%3Dlocal
Query parameters
nameAppHelp tools
modelocal
Common tasks
url encoder and decoder online
free url encoder and decoder
url encoder and decoder no upload
browser local url encoder and decoder
url encoder and decoder for developers
encode url tool
decode url tool
query url tool
Quick answer
URL encoding, also called percent encoding, converts reserved characters into %HH byte sequences so text can safely appear inside URLs and query strings. This tool encodes URL components, decodes escaped text, and breaks query strings into readable key-value rows locally.
How to use
1. Paste URL text or a query stringUse a full URL, a query string, or a single component such as a search term, path segment, redirect URL, or callback value.
2. Choose encode or decodeEncode reserved characters before embedding a value in a URL. Decode percent-escaped text when reading logs, analytics links, or copied API requests.
3. Inspect parametersWhen the input contains a query string, review the parsed key-value rows to find duplicated keys, nested URLs, tracking parameters, or malformed values.