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 | 11100101101110101001010111101111101111011000111111101100100010101010010001000010 | e5ba95efbd8fec8aa442 |
EUC-JP | 蠎包ス嬢侃B | 1110101010111100110010101111000110001110101111011011111011101110101101001010011001000010 | eabccaf18ebdbeeeb4a642 |
UTF-8 | 蠎包ス嬢侃B | 11101000101000001000111011100101100011001000010111101111101111011011110111100101101011001010001011100100101111101000001101000010 | e8a08ee58c85efbdbde5aca2e4be8342 |
UHC | ?包??侃B | 0011111111111000110100000011111100111111110010101100100101000010 | 3ff8d03f3fcac942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)