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 | 獰猯 | 11100000110101101110000011001100 | e0d6e0cc |
EUC-JP | 獰猯 | 11100000110110001110000011001110 | e0d8e0ce |
UTF-8 | 獰猯 | 111001111000110110110000111001111000110010101111 | e78db0e78caf |
UHC | 獰? | 111001111011111000111111 | e7be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)