URL Encode / Decode

Encode and decode URLs with percent encoding.

Input data is processed in your browser
Data is never sent to a server

Tool

0 chars

or drag & drop a file

0 chars

What is URL Encoding?

URL encoding (percent encoding) converts characters that cannot be used in URLs — such as Japanese, spaces, and special symbols — into a safe %XX format. It is commonly used when submitting web forms or making API requests.

How to Use

  1. Enter a URL or text in the input field.
  2. Click "Encode" or "Decode".
  3. The converted result appears in the output field.
  4. Click "Copy Result" to copy to clipboard.

FAQ

Is my data sent to a server?

No. All processing happens entirely in your browser.

Does it support Japanese URLs?

Yes. All Unicode characters including Japanese are supported and converted to percent-encoded format (%XX).