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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 鉗殘}鉗殘{^ | 1110011111100111100111110110101101111101111001111110011110011111011010110111101101011110 | e7e79f6b7de7e79f6b7b5e |
EUC-JP | 鉗殘}鉗殘{^ | 1110111011101001110111011100110001111101111011101110100111011101110011000111101101011110 | eee9ddcc7deee9ddcc7b5e |
UTF-8 | 鉗殘}鉗殘{^ | 111010011000100110010111111001101010111010011000011111011110100110001001100101111110011010101110100110000111101101011110 | e98997e6ae987de98997e6ae987b5e |
UHC | 鉗殘}鉗殘{^ | 1100110011000110111011011101000101111101110011001100011011101101110100010111101101011110 | ccc6edd17dccc6edd17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)