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 | 磅羌 | 11100001111110101110001110110011 | e1fae3b3 |
EUC-JP | 磅羌 | 11100010111111001110011010110101 | e2fce6b5 |
UTF-8 | 磅羌 | 111001111010001110000101111001111011111010001100 | e7a385e7be8c |
UHC | 磅羌 | 11011011101101101100101110110110 | dbb6cbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)