URL Encoder / Decoder
Encodes text into URL-safe format (percent-encoding) or decodes it back.
Instructions
Enter the text string or URL component you wish to process. Select 'Encode' to convert special characters (like spaces, ?, &) into their percent-encoded equivalents (e.g., %20, %3F, %26). Select 'Decode' to convert percent-encoded sequences back into regular characters.