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 | 10010001100011101110000111111100100011001111011010011011100000110011111101000010 | 918ee1fc8cf69b833f42 |
EUC-JP | 綜磬公寃?B | 11000001111011101110001011111110101110001111100011010101111000110011111101000010 | c1eee2feb8f8d5e33f42 |
UTF-8 | 綜磬公寃렠B | 11100111101101101001110011100111101000111010110011100101100001011010110011100101101011111000001111101011101000001010000001000010 | e7b69ce7a3ace585ace5af83eba0a042 |
UHC | 綜磬公寃렠B | 1111000011111100110011001110010011001101111010111110101010110010100011101011000101000010 | f0fccce4cdebeab28eb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)