🔗 URL Tool

URL
Decoder

Decode percent-encoded URLs back to readable text. Auto-detects query parameters, form encoding (+spaces), and shows every decoded sequence.

Decode %XX sequences
Form encoding (+spaces)
Query param table
Decoded sequences list
Encoded Input
Decoded Output

About this tool

The PixelForge URL Decoder converts percent-encoded URL strings back to their readable form. URLs can only contain a limited set of characters — special characters, spaces, and non-ASCII characters are percent-encoded (e.g., space becomes %20, & becomes %26). This tool decodes those encoded strings so you can read and work with URLs containing complex query strings, non-English characters, or encoded parameters.

Frequently Asked Questions