Game Hub
Password Puzzle
Key Decryption
Link Encoding
Link Decoding
Link Decoding Game
Unlock the secrets of URL encoding and restore hidden original information!
Score:
0
Streak:
0
Time:
00:00
Enter URL-encoded text to decode:
Encoded chars:
0
| Total chars:
0
Decode Link
Clear
Sample Code
Decoding Result:
Copy Result
Decoding Reference
%20
→
Space
%E4%B8%AD%E6%96%87
→
Chinese
%40
→
@
%23
→
#
%3F
→
?
%26
→
&
Decoding Tips
URL decoding is the reverse of encoding, restoring %XX format to original characters
Valid URL encoding usually contains % symbol followed by two hexadecimal digits
Chinese characters are usually encoded as multiple %XX sequences
Try decoding different types of encoded text to improve your decoding skills!