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 | ???j | 00111111001111110011111101101010 | 3f3f3f6a |
SJIS-WIN | 詣??j | 1000110001110111001111110011111101101010 | 8c773f3f6a |
EUC-JP | 詣??j | 1011011111011000001111110011111101101010 | b7d83f3f6a |
UTF-8 | 詣쏁킍j | 11101000101010011010001111101100100011111000000111101101100000101000110101101010 | e8a9a3ec8f81ed828d6a |
UHC | 詣쏁킍j | 11100111111000011001101111100111101101001001100101101010 | e7e19be7b4996a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)