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 | 灌慄 | 10011111111100111001110011001001 | 9ff39cc9 |
EUC-JP | 灌慄 | 11011110111101011101100011001011 | def5d8cb |
UTF-8 | 灌慄 | 111001111000000110001100111001101000010110000100 | e7818ce68584 |
UHC | 灌慄 | 11001110101101001101011111001001 | ceb4d7c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)