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^ | 11100011110001100110001101011110 | e3c6635e |
SJIS-WIN | ??c^ | 00111111001111110110001101011110 | 3f3f635e |
EUC-JP | ãÆc^ | 1000111110101011101010101000111110101001101000010110001101011110 | 8fabaa8fa9a1635e |
UTF-8 | ãÆc^ | 110000111010001111000011100001100110001101011110 | c3a3c386635e |
UHC | ?Æc^ | 0011111110101000101000010110001101011110 | 3fa8a1635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)