Usage Instructions
- β’Encode: Convert text to URL encoded format (using encodeURIComponent)
- β’Decode: Convert URL encoded string to original text (using decodeURIComponent)
- β’Supports various character encodings including Chinese, English, special characters, etc.
- β’Commonly used for URL parameters, query strings, and other scenarios
- β’Click "Load Example" to quickly test encode/decode functionality