??MODOO

URL Encoder / DecoderEncode 쨌 Decode 쨌 Parse Query

Percent-encode strings, decode them back, and break down a URL into its parts.

Encode
Percent-encode for use in URLs.
Input
Encoded
Decode
Reverse percent-encoding.
Input
Decoded
Parse URL
Split a URL into its components and query parameters.
URL
Components

encodeURI vs encodeURIComponent

JavaScript provides two built-in functions:

Common Characters