Home
> Encoder and Decoder
Encode:
Unicode encode
(Starting with \u)
URL encode
(Starting with %)
UTF-8 encode
(Starting with )
UTF-16 encode
(Starting with \x)
Base64 encode
HTML entity encode
HTML entity full encode
HTML convert to JS
Decode:
Unicode decode
(Starting with \u)
URL decode
(Starting with %)
UTF-8 decode
(Starting with )
UTF-16 decode
(Starting with \x)
Base64 decode
HTML entity decode
URL parameter analysis
The converted result is as follows:
protocol
:
{{urlResult.protocol}}
host
:
{{urlResult.hostname}}
path
:
{{urlResult.pathname}}
param Key
param Value
{{item[0]}}
{{item[1]}}