URL Encode / Decode
URL encoding and decoding
URL Encode/Decode Usage Guide
Main Features
- URL Encode - Convert special characters to URL-safe format
- URL Decode - Restore URL encoding to original text
- Content Swap - Quickly swap input and output content
Use Cases
- URL parameter passing and encoding
- Parameter handling in API development
- Encoding form data before submission
- Safe transmission of special characters
Tips
- Supports Chinese characters and special symbol encoding
- One-click clear input and output areas
- Quick swap for bidirectional conversion
- All operations are local, protecting your privacy
URL Encoding Knowledge
- encodeURIComponent() - Encode complete URL components
- Reserved Characters - Letters, digits, -_.!~*'() are not encoded
- Encoding Format - % followed by two hexadecimal digits
- Chinese Encoding - Each Chinese character is converted to 3 %-encoded sequences