// © 2026 JSONify Tools

Skip to main content
JSONify ToolsJSONify Toolsv2.0
Home{ }JSON Formatter{\n}JSON Beautifier{·}JSON Minifier⇆Text DiffBlog

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.