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 | ??c^ | 00111111001111110110001101011110 | 3f3f635e |
SJIS-WIN | 猝?c^ | 1110000011001010001111110110001101011110 | e0ca3f635e |
EUC-JP | 猝?c^ | 1110000011001100001111110110001101011110 | e0cc3f635e |
UTF-8 | 猝섐c^ | 1110011110001100100111011110110010000100100100000110001101011110 | e78c9dec8490635e |
UHC | 猝섐c^ | 111100001111000110111100101010110110001101011110 | f0f1bcab635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)