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 | ??cB | 00111111001111110110001101000010 | 3f3f6342 |
SJIS-WIN | 豈ャcB | 1110011010101111101011000110001101000010 | e6afac6342 |
EUC-JP | 豈ャcB | 111011001011000110001110101011000110001101000010 | ecb18eac6342 |
UTF-8 | 豈ャcB | 1110100010110001100010001110111110111101101011000110001101000010 | e8b188efbdac6342 |
UHC | 豈?cB | 1101000111000010001111110110001101000010 | d1c23f6342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)