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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
EUC-JP | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
UTF-8 | 챨쨋횈챕횘쩐h | 11101100101100011010100011101100101010001000101111101101100110101000100011101100101100011001010111101101100110101001100011101100101010011001000001101000 | ecb1a8eca88bed9a88ecb195ed9a98eca99068 |
UHC | 챨쨋횈챕횘쩐h | 11000011101100001100001010110110110000111000011011000011101010011100001110010010110000101011111001101000 | c3b0c2b6c386c3a9c392c2be68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)