URL Encode / Decode

Paste your text and choose your operation. Encode converts text to URL-encoded format, Decode converts URL-encoded text back to readable format.

Example
Encode Example
Input (readable text):
Hello World! This is a test & example.
Output (URL encoded):
Hello+World%21+This+is+a+test+%26+example.
Decode Example
Input (URL encoded):
name%3DJohn%26age%3D30%26city%3DNew%2BYork
Output (readable text):
name=John&age=30&city=New+York