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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 蠎包ス壌隍B | 11100101101110101001010111101111101111011000111111101011111010001010010001000010 | e5ba95efbd8febe8a442 |
EUC-JP | 蠎包ス壌隍B | 1110101010111100110010101111000110001110101111011011111011101101111100001010011001000010 | eabccaf18ebdbeedf0a642 |
UTF-8 | 蠎包ス壌隍B | 11101000101000001000111011100101100011001000010111101111101111011011110111100101101000111000110011101001100110101000110101000010 | e8a08ee58c85efbdbde5a38ce99a8d42 |
UHC | ?包??隍B | 0011111111111000110100000011111100111111111111001101101101000010 | 3ff8d03f3ffcdb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)