Encode or decode URL strings for safe transmission
Enter a URL or encoded string
URL encoding converts special characters into a format that can be safely transmitted over the internet. Spaces become %20, special characters are converted to their hexadecimal representation.