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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | カ寬ケ耳h | 111100011110000110110110111110101010101010111001100011101010100001101000 | f1e1b6faaab98ea868 |
EUC-JP | ?カ?ケ耳h | 001111111000111010110110001111111000111010111001101111001010101001101000 | 3f8eb63f8eb9bcaa68 |
UTF-8 | カ寬ケ耳h | 11101110100001011001110011101111101111011011011011100101101011111010110011101111101111011011100111101000100000001011001101101000 | ee859cefbdb6e5afacefbdb9e880b368 |
UHC | ??寬?耳h | 0011111100111111110011101011000000111111111011001011110001101000 | 3f3fceb03fecbc68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)