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?hh?h?h | 001111110110100000111111011010000110100000111111011010000011111101101000 | 3f683f68683f683f68 |
SJIS-WIN | ?h?hh?h?h | 001111110110100000111111011010000110100000111111011010000011111101101000 | 3f683f68683f683f68 |
EUC-JP | ?h?hh?h?h | 001111110110100000111111011010000110100000111111011010000011111101101000 | 3f683f68683f683f68 |
UTF-8 | 챌h챌hh챌h챌h | 1110110010110001100011000110100011101100101100011000110001101000011010001110110010110001100011000110100011101100101100011000110001101000 | ecb18c68ecb18c6868ecb18c68ecb18c68 |
UHC | 챌h챌hh챌h챌h | 11000011101001110110100011000011101001110110100001101000110000111010011101101000110000111010011101101000 | c3a768c3a76868c3a768c3a768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)