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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 혧횋짙첵횣짝^ | 11101101100110001010011111101101100110101000101111101100101001111001100111101100101100101011010111101101100110101010001111101100101001111001110101011110 | ed98a7ed9a8beca799ecb2b5ed9aa3eca79d5e |
UHC | 혧횋짙첵횣짝^ | 11000010100011111100001110001001110000101010001111000011101111011100001110011010110000101010011001011110 | c28fc389c2a3c3bdc39ac2a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)