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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?要?消^ | 00111111100101110111011000111111100011111100000101011110 | 3f97763f8fc15e |
EUC-JP | ?要?消^ | 00111111110011011101011100111111101111101100001101011110 | 3fcdd73fbec35e |
UTF-8 | 셢要셢消^ | 11101100100001011010001011101000101001101000000111101100100001011010001011100110101101101000100001011110 | ec85a2e8a681ec85a2e6b6885e |
UHC | 셢要셢消^ | 100110010110100111101001101010011001100101101001111000011011110001011110 | 9969e9a99969e1bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)