URL Encoder Decoder
Transform text into the percent-encoded form required for URL components. Decode URLs / Links into their original form.
Share on Social Media:
How to Use
Our URL Encoder Decoder allows you to “percent-encode” your text in preparation for inclusion in URL (usually, as a query parameter) or to decode a URL or parameter string into its original text format.
Select Operation:
Choose the desirable operation - encoding or decoding.
Enter Text:
Enter or copy and paste the text you want to transform. Alternatively, upload your data from a text file by clicking on the “Upload File” button.
Convert:
Click on the "Generate" button to perform transformation and display the results.
Percent-encoding is performed by replacing special characters, not permitted in URL, with a "'%" symbol followed by two hexadecimal digits representing the character's ASCII code. Spaces are encoded with "+" characters .
Decoding is performed by identifying percent-encoded triplets and converting them into the corresponding ASCII characters.
Download:
Save the results locally as a text file or copy to the Clipboard.