Game Hub
Password Puzzle
Key Decryption
Link Encoding
Link Decoding
Link Encoding Game
Convert special characters to URL-safe format and become a link encoding master!
Score:
0
Streak:
0
Time:
00:00
Enter text to encode:
Special chars:
0
| Total chars:
0
Encode Link
Clear
Sample Text
Encoding Result:
Copy Result
Encoding Reference
Space
→
%20
Chinese
→
%E4%B8%AD%E6%96%87
@
→
%40
#
→
%23
?
→
%3F
&
→
%26
Encoding Tips
URL encoding ensures special characters are safe for network transmission
Spaces, Chinese characters, and special symbols all need encoding
Encoded characters start with % followed by two hexadecimal digits
Try different languages and symbols to observe encoding patterns!