Drag and Drop text file here
or click to select a text fileOr type/paste encoded URL below:
Decoding Options
Decode URL Encoding
Convert %20 to space, %3A to :, etc.
Decode HTML Entities
Convert & to &, < to <
Preserve Line Breaks
Maintain original line formatting
Note: Decode URL-encoded strings to their original form for readability and processing.
About This URL Decoder
This tool helps you decode URL-encoded strings back to their original characters. URL encoding replaces unsafe ASCII characters with "%" followed by hexadecimal digits. This decoder converts these encoded sequences back to readable text.
How to Use This Tool
Step-by-Step Guide:
- Step 1: Input your encoded URL using either:
- Drag and drop a text file into the designated area
- Click to browse and select a text file
- Type or paste directly into the text box
- Step 2: Select your desired decoding options
- Step 3: Click "Decode URL" to convert encoded text
- Step 4: Review your decoded URL in the output box
- Step 5: Use the results by:
- Clicking "Copy Text" to clipboard
- Downloading as a text file
- Manually selecting and copying
Decoding Options Explained:
- Decode URL Encoding: Converts %-encoded sequences to original characters
- Decode HTML Entities: Additionally converts HTML entities to characters
- Preserve Line Breaks: Maintains original line endings in the output
Common URL Encodings:
- %20 = Space
- %3A = : (colon)
- %2F = / (forward slash)
- %3F = ? (question mark)
- %3D = = (equals sign)
- %26 = & (ampersand)