URL Encode
URL-encode or decode Japanese text and symbols. Switch between component and whole-URL modes.
Dev
How to use
- Choose "Encode" and type text to convert it to a URL-encoded string.
- Switch between parameter mode (escapes delimiters) and whole-URL mode.
- Choose "Decode" to turn %XX sequences back into the original text.
FAQ
What is the difference between the two encode modes?
Parameter mode escapes delimiters like "/" and "?". Whole-URL mode keeps those delimiters intact.
Does it handle non-ASCII text?
Yes. It encodes and decodes correctly as UTF-8.
Is my data uploaded?
No. Everything runs entirely in your browser.