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 | 鎔涕}鎔涕{^ | 1110100001001111100111111011011001111101111010000100111110011111101101100111101101011110 | e84f9fb67de84f9fb67b5e |
EUC-JP | 鎔涕}鎔涕{^ | 1110111110110000110111101011100001111101111011111011000011011110101110000111101101011110 | efb0deb87defb0deb87b5e |
UTF-8 | 鎔涕}鎔涕{^ | 111010011000111010010100111001101011011010010101011111011110100110001110100101001110011010110110100101010111101101011110 | e98e94e6b6957de98e94e6b6957b5e |
UHC | 鎔涕}鎔涕{^ | 1110100111001010111101001111000101111101111010011100101011110100111100010111101101011110 | e9caf4f17de9caf4f17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)