Decode URLs Online
Decode percent-encoded URLs back to readable text. Convert %20, %26, and other encodings to original characters. Free URL decoder tool.
Najczęściej zadawane pytania
What does %20 mean in a URL?
%20 is the percent-encoded representation of a space character. When you see %20 in a URL, it means there's a space in that position. For example, /my%20file.txt refers to a file named 'my file.txt'.