How to use
- Encode — Convert text to URL-encoded format (%XX)
- Decode — Convert a percent-encoded string back to plain text
FAQ
- Q. What is URL encoding?
- URL encoding (percent-encoding) converts characters that cannot appear in a URL — such as spaces, special symbols, or non-ASCII text — into a "%" followed by two hexadecimal digits (e.g. space becomes %20).
- Q. Does it support Unicode and international characters?
- Yes. Any character, including emoji and non-Latin scripts, is converted to %XX percent-encoded form. Useful for query parameters and form data.
- Q. Can I decode as well as encode?
- Yes. Click "Decode" to convert a percent-encoded string (e.g. %E3%81%82) back to the original text.
Other Tools
JSON Formatter
Format, minify, and validate JSON
Ticks Converter
Convert .NET DateTime.Ticks ↔ Java/JavaScript dates
Case Converter
Convert text to UPPER, lower, Title, or tOGGLE case
Character Counter
Count characters, words, lines, and bytes in real time
UUID / ULID Generator
Generate UUID v4, v7, and ULID in your browser
JavaScript Obfuscator
Obfuscate JS code at three levels