URL Encode / Decode

Encode text for safe use in URLs or decode URL-encoded strings. Supports both encodeURI and encodeURIComponent modes.

Encoding Mode

Statistics
Input: 0 characters | Output: 0 characters

How to Use

1

Enter Text

Paste your text or URL-encoded string into the input area.

2

Encode or Decode

Click "URL Encode" or "URL Decode" to process your text.

3

Copy Result

Copy the result to clipboard or download as a file.

Use Cases

Query Parameters
Encode search terms and form data for URL query strings.
International URLs
Encode non-ASCII characters in URLs safely.
API Development
Encode/decode parameters for REST API requests.
Mailto Links
Encode email subjects and body text for mailto: links.
✓ Copied to clipboard!