How it works
Encode turns characters like spaces and ampersands into percent sequences suitable for URLs. Decode reverses that process. Malformed percent-sequences show an error instead of silent garbage.
Related tools
Base64 encode / decodeEncode or decode UTF-8 text with Base64—handy for data URLs, APIs, and quick debugging, all offline in your browser.JSON formatterPretty-print minified JSON and validate in one click; invalid input surfaces a clear parser message so you can fix commas, brackets, or quotes.Regex testerTune RegExp patterns with live results—see how many matches you get and where each one starts in the subject string.Slug generatorNormalize Unicode, drop diacritics, and replace spaces with single hyphens—ready for blog posts, IDs, or APIs.