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 | ?D????@B | 0011111101000100001111110011111100111111001111110100000001000010 | 3f443f3f3f3f4042 |
SJIS-WIN | ?D????@B | 0011111101000100001111110011111100111111001111110100000001000010 | 3f443f3f3f3f4042 |
EUC-JP | ?D????@B | 0011111101000100001111110011111100111111001111110100000001000010 | 3f443f3f3f3f4042 |
UTF-8 | 청D혺책쩌혧@B | 111011001011001010101101010001001110110110011000101110101110110010110001100001011110110010101001100011001110110110011000101001110100000001000010 | ecb2ad44ed98baecb185eca98ced98a74042 |
UHC | 청D혺책쩌혧@B | 11000011101110110100010011000010100111111100001110100101110000101011110011000010100011110100000001000010 | c3bb44c29fc3a5c2bcc28f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)