URL Encoder/Decoder
Encode and decode URLs for safe transmission and storage
Examples
Encoding example:
Input: https://example.com/search?q=hello world
Output: https%3A//example.com/search%3Fq%3Dhello%20world
Special characters:
Space → %20, & → %26, = → %3D, ? → %3F