URL Encode / Decode
Encode or decode full URLs and individual query parameters, including spaces, Chinese text, and special characters.
[ FAQ ]
Use full URL mode for complete links, and parameter mode for a single query value such as a search keyword or redirect URL.
Both can represent spaces in query strings. %20 is the standard URL encoding form, while + is commonly used in application/x-www-form-urlencoded data.