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 | 巽終 | 10010010010001101000111101001001 | 92468f49 |
EUC-JP | 巽終 | 11000011101001111011110110101010 | c3a7bdaa |
UTF-8 | 巽終 | 111001011011011110111101111001111011010110000010 | e5b7bde7b582 |
UHC | 巽終 | 11100001110111101111000011111011 | e1def0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)