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 | 損儉 | 10010001101110011001100101001100 | 91b9994c |
EUC-JP | 損儉 | 11000010101110111101000110101101 | c2bbd1ad |
UTF-8 | 損儉 | 111001101001000010001101111001011000010010001001 | e6908de58489 |
UHC | 損儉 | 11100001110111111100101111111011 | e1dfcbfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)