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 | 薰萌 | 11111011100111101001011001000111 | fb9e9647 |
EUC-JP | ?萌 | 001111111100101110101000 | 3fcba8 |
UTF-8 | 薰萌 | 111010001001011010110000111010001001000010001100 | e896b0e8908c |
UHC | 薰萌 | 11111101101110011101100011110000 | fdb9d8f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)