// encode and decode URL components
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.