URL Encoder/Decoder

Encode and decode URLs and URI components

Component encoding - Use for query parameters, path segments (replaces all special characters)

Full URL encoding - Use for complete URLs (preserves :, /, ?, &, =)

Input0 characters
Output
💻

It works on my machine 🤷‍♂️