Best for
- Query parameter debugging
- Webhook payload inspection
- Fixing escaped links
Privacy
URLs and tokens remain in the browser, which matters for signed links, auth redirects, and private callback parameters.
Quick tips
- Decode suspicious links before sharing them.
- Inspect full query strings when redirects fail.
- Treat signed URLs as sensitive data.
How to use this tool
- Paste the URL or string.
- Choose encode or decode.
- Copy the cleaned result.
Common questions
What is URL encoding used for?
It makes characters safe for URLs, especially spaces, symbols, and query parameter values.
Can I decode private links here?
Yes. The tool runs locally, but you should still avoid sharing private links after decoding them.
Related tools
Base64 Encoder/DecoderEncode and decode data using Base64 encodingJSON Formatter & ValidatorFormat, minify, validate, and optionally sort JSON keys locallyJWT Decoder & InspectorDecode JWT headers and payloads locally without sending tokens anywhereRegex TesterTest and debug regular expressions with real-time highlightingUUID GeneratorGenerate bulk v4 UUIDs locally with custom formattingMarkdown to HTMLConvert Markdown text to HTML with real-time preview