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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 運?蟹?B | 10001001010111100011111110001010010010010011111101000010 | 895e3f8a493f42 |
EUC-JP | 運?蟹?B | 10110001101111110011111110110011101010100011111101000010 | b1bf3fb3aa3f42 |
UTF-8 | 運렩蟹렰B | 11101001100000011000101111101011101000001010100111101000100111111011100111101011101000001011000001000010 | e9818beba0a9e89fb9eba0b042 |
UHC | 運렩蟹렰B | 111010101010000110001110101101111111101010101111100011101011110101000010 | eaa18eb7faaf8ebd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)