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 | 紲戡 | 11100011010001111001110101000001 | e3479d41 |
EUC-JP | 紲戡 | 11100101101010001101100110100010 | e5a8d9a2 |
UTF-8 | 紲戡 | 111001111011010010110010111001101000100010100001 | e7b4b2e688a1 |
UHC | ?戡 | 001111111100101011110001 | 3fcaf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)