URL Encode / Decode
Encode or decode URL components and full URLs safely.
Direction
Mode
What is this tool?
URL encoding (percent-encoding) replaces reserved characters so they can appear in query strings and paths. Use component mode for individual values (encodeURIComponent) and full-URL mode when you need encodeURI-style handling of a complete URL.
How to use it
- Choose Encode or Decode and component vs full-URL mode.
- Paste the string or URL.
- Copy the converted result.
Related dev utilities tools
- GUID / UUID GeneratorGenerate UUID v4, v7, or v1 identifiers in your browser.
- JSON Formatter & ValidatorPretty-print, minify, and validate JSON with clear error messages.
- JWT DecoderDecode JWT header and payload without verifying signatures.
- JWT Encoder (Demo)Build a payload and sign an HS256 JWT in-browser for testing.