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 | 횧쨋챕째횏짝^ | 11101101100110101010011111101100101010001000101111101100101100011001010111101100101001111011100011101101100110101000111111101100101001111001110101011110 | ed9aa7eca88becb195eca7b8ed9a8feca79d5e |
UHC | 횧쨋챕째횏짝^ | 11000011100111101100001010110110110000111010100111000010101100001100001110001011110000101010011001011110 | c39ec2b6c3a9c2b0c38bc2a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)