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 | 10010001111001110011111111100110100110100011111101000010 | 91e73fe69a3f42 |
EUC-JP | 醍?證?B | 11000010111010010011111111101011111110100011111101000010 | c2e93febfa3f42 |
UTF-8 | 醍렕證렖B | 11101001100001101000110111101011101000001001010111101000101011011000100111101011101000001001011001000010 | e9868deba095e8ad89eba09642 |
UHC | 醍렕證렖B | 111100001011010110001110101010101111000111111011100011101010101101000010 | f0b58eaaf1fb8eab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)