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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 獰h??? | 11100000110101101000001010001000001111110011111100111111 | e0d682883f3f3f |
EUC-JP | 獰h??? | 11100000110110001010001111101000001111110011111100111111 | e0d8a3e83f3f3f |
UTF-8 | 獰h뵓裂콼 | 111001111000110110110000111011111011110110001000111010111011010110010011111011111010011010100000111011001011110110111100 | e78db0efbd88ebb593efa6a0ecbdbc |
UHC | 獰h뵓裂콼 | 11100111101111101010001111101000100101001001010111100110111100011011001001001100 | e7bea3e89495e6f1b24c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)