mode: CGI JavaScript
original charset no designation Shift_JIS EUC-JP ISO-2022-JP UTF-8 IE Unicode
URL encoded charset auto UTF-8 no designation
This page emulates URLencoding of CGI and JavaScript. It copes with the Unicode used by JavaScript of Internet Explorer, too. When JavaScript can be used, it is used. If it can not be used, it is converted by CGI. It converted by CGI completely at the time of decoding.
mode: [CGI] Spaces are converted into "+". "+/" are converted, too. [JavaScript] Spaces are converted into "%20". "+/" are not converted.
form送信とJavaScriptのURLエンコードをエミュレートします。 MS Internet ExplorerのJavaScriptで使われるUnicode方式にも対応しています。 JavaScriptが使える場合は使います。使えなければCGIで変換します。 デコードはすべてCGIで変換し表示します。
mode: [CGI] 半角スペースは+に変換。+/もエンコードします。 [JavaScript] 半角スペースは%20に変換。+/はエンコードしません。
解説に戻る