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 | ?ZVh?ZV | 00111111010110100101011001101000001111110101101001010110 | 3f5a56683f5a56 |
SJIS-WIN | ?ZVh?ZV | 00111111010110100101011001101000001111110101101001010110 | 3f5a56683f5a56 |
EUC-JP | ?ZVh?ZV | 00111111010110100101011001101000001111110101101001010110 | 3f5a56683f5a56 |
UTF-8 | 챌ZVh챌ZV | 1110110010110001100011000101101001010110011010001110110010110001100011000101101001010110 | ecb18c5a5668ecb18c5a56 |
UHC | 챌ZVh챌ZV | 110000111010011101011010010101100110100011000011101001110101101001010110 | c3a75a5668c3a75a56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)