JSONify Tools

Privacy-first JSON tools for developers

tools
  • Formatter
  • Minifier
  • Tree Viewer
  • Text Diff
more
  • JSON to CSV
  • Schema Validator
  • Path Finder
  • Key Sorter
  • Field Renamer
  • JSON/YAML
  • Base64
  • URL Encode
  • JWT Decoder
  • JSON Diff
  • Regex Tester
  • Hash Gen
  • Color Convert
  • Timestamp
links
  • Blog
  • FAQ
© 2026 JSONify ToolsAll processing happens in your browserPrivacy · Terms
Skip to main content
JSONify ToolsJSONify Toolsv2.0
HomeJSON FormatterJSON BeautifierJSON MinifierText CompareBlog

URL Encode / Decode

// encode and decode URL components

encodeURIComponent()
input.txt
0 chars
1
encoded.txt
0 chars
1

Mode reference

Component (encodeURIComponent)

Encodes all characters except A-Z a-z 0-9 - _ . ! ~ * ' ( ). Use this when encoding individual query parameters or path segments.

Full URI (encodeURI)

Preserves URI structural characters like : / ? # [ ] @ ! $ & ' ( ) * + , ; =. Use this when encoding a complete URL.