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 | ??cG | 00111111001111110110001101000111 | 3f3f6347 |
SJIS-WIN | 豈ャcG | 1110011010101111101011000110001101000111 | e6afac6347 |
EUC-JP | 豈ャcG | 111011001011000110001110101011000110001101000111 | ecb18eac6347 |
UTF-8 | 豈ャcG | 1110100010110001100010001110111110111101101011000110001101000111 | e8b188efbdac6347 |
UHC | 豈?cG | 1101000111000010001111110110001101000111 | d1c23f6347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)