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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 張?雨?醍 | 1001001010100011001111111000100101001010001111111001000111100111 | 92a33f894a3f91e7 |
EUC-JP | 張?雨?醍 | 1100010010100101001111111011000110101011001111111100001011101001 | c4a53fb1ab3fc2e9 |
UTF-8 | 張렜雨렭醍 | 111001011011110010110101111010111010000010011100111010011001101110101000111010111010000010101101111010011000011010001101 | e5bcb5eba09ce99ba8eba0ade9868d |
UHC | 張렜雨렭醍 | 11101101111001011000111010101110111010011110101110001110101110101111000010110101 | ede58eaee9eb8ebaf0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)