URL Decode

Hello, Rangdom!
Converted locally in your browser with decodeURIComponent. Your text stays only on this page.

Decode URL components

Convert a percent-encoded URL component back into readable text. Malformed percent escapes show a validation message before any output changes.

When to use this tool

Use URL component encoding for query strings and path segments when spaces, punctuation, or non-ASCII text need to be represented safely inside a URL.

Privacy and limitations

This conversion runs locally in your browser. Encoding changes how characters are represented in a URL, but it does not hide secrets or make unsafe destinations trustworthy.