To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 逡ッ峵ゥ^ | 11100111100101011010111111111010101011101010100101011110 | e795affaaea95e |
EUC-JP | 逡ッ?ゥ^ | 1110110111110101100011101010111100111111100011101010100101011110 | edf58eaf3f8ea95e |
UTF-8 | 逡ッ峵ゥ^ | 11101001100000001010000111101111101111011010111111100101101100111011010111101111101111011010100101011110 | e980a1efbdafe5b3b5efbda95e |
UHC | 逡???^ | 111100011110010000111111001111110011111101011110 | f1e43f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)