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 | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
SJIS-WIN | 阯会ス画エェ@h | 1110100010010111100010011110111110111101100010011110011010110100101010100100000001101000 | e89789efbd89e6b4aa4068 |
EUC-JP | 阯会ス画エェ@h | 1110111111110111101100101111000110001110101111011011001011101000100011101011010010001110101010100100000001101000 | eff7b2f18ebdb2e88eb48eaa4068 |
UTF-8 | 阯会ス画エェ@h | 1110100110011000101011111110010010111100100110101110111110111101101111011110011110010100101110111110111110111101101101001110111110111101101010100100000001101000 | e998afe4bc9aefbdbde794bbefbdb4efbdaa4068 |
UHC | ??????@h | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)