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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 濟奉├闇?^ | 11100000010110101001010111110010100001001010010110001000110001010011111101011110 | e05a95f284a588c53f5e |
EUC-JP | 濟奉├闇?^ | 11011111101110111100101011110100101010001010011110110000110001110011111101011110 | dfbbcaf4a8a7b0c73f5e |
UTF-8 | 濟奉├闇뮷^ | 11100110101111111001111111100101101001011000100111100010100101001001110011101001100101111000011111101011101011101011011101011110 | e6bf9fe5a589e2949ce99787ebaeb75e |
UHC | 濟奉├闇뮷^ | 1111000010101101110111001110010110100110101001111110010011100001101110011100011001011110 | f0addce5a6a7e4e1b9c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)