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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 獰i | 11100000110101101000001010001001 | e0d68289 |
EUC-JP | 獰i | 11100000110110001010001111101001 | e0d8a3e9 |
UTF-8 | 獰i | 111001111000110110110000111011111011110110001001 | e78db0efbd89 |
UHC | 獰i | 11100111101111101010001111101001 | e7bea3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)