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 | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
SJIS-WIN | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
EUC-JP | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
UTF-8 | 챗횉청횧챈횄BF | 1110110010110001100101111110110110011010100010011110110010110010101011011110110110011010101001111110110010110001100010001110110110011010100001000100001001000110 | ecb197ed9a89ecb2aded9aa7ecb188ed9a844246 |
UHC | 챗횉청횧챈횄BF | 1100001110101010110000111000011111000011101110111100001110011110110000111010011011000011100000110100001001000110 | c3aac387c3bbc39ec3a6c3834246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)