URL Encode/Decode

Encode and decode text for URLs.

Usage

Enter text and click Encode for % format or Decode to restore. For query strings and API params.

When to use

URL query params with Japanese or special chars, building API endpoints, decoding encoded URLs.

Examples

Hello World → Hello%20World, ?q=test+search

Related tools