Decoding URL links
Sometimes you see links filled with percent characters like %20, %3A, %2F. These are encoded to work correctly in the browser. But if you want to know what the original link was or want to read it more easily, this tool is for you.
Easier reading of complex links
Reviewing and analyzing web requests or API parameters
Reverting encoded links to normal for human use
Assisting in debugging URLs in web development projects
This tool identifies the percent codes within a URL and converts them to their original characters. For example:
%20 to space
%26 to & sign
%D8%B9%D9%84%DB%8C to the word "Ali"
Full support for Persian and English texts
Accurate decoding based on web standards
Free, fast, no registration required
Usable on mobile and desktop
Input:
https%3A%2F%2Fexample.com%2Fsearch%3Fname%3D%D8%B9%D9%84%DB%8C%26age%3D25
Decoded Output:
https://example.com/search?name=علی&age=25
All decoding is done on the browser, and no data is sent to or stored on the server. Your information is completely secure.