Developer Utilities
URL Encoder
Percent-encodes text so it's safe to use as a query parameter or path segment.
FreeNo sign-upRuns in your browser
How it works
- 1Type or paste text
- 2It's percent-encoded immediately
- 3Copy the result into your URL
Who this is for
- Encoding a search query for a URL parameter
- Preparing a redirect URL with special characters
- Debugging why a URL parameter isn't parsing correctly
More tools
More in Developer Utilities
URL Decoder
Decodes percent-encoded URL components back to readable text.
Developer Utilities
JSON Formatter & Validator
Formats, validates and beautifies JSON with clear error locations.
Developer Utilities
JSON Minifier
Strips whitespace from JSON to reduce payload size.
Developer Utilities
JSON to CSV Converter
Converts a JSON array of objects into a downloadable CSV file.
Developer Utilities
CSV to JSON Converter
Converts CSV data into a JSON array of objects.
Developer Utilities
CSV Cleaner
Trims whitespace, removes empty rows and de-duplicates a CSV file.
Developer Utilities
Ask AI about Internet Compass