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 | 謖盈 | 11100110100011001000100101101101 | e68c896d |
EUC-JP | 謖盈 | 11101011111011001011000111001110 | ebecb1ce |
UTF-8 | 謖盈 | 111010001010110010010110111001111001101110001000 | e8ac96e79b88 |
UHC | 謖盈 | 11100001110110101110011111000011 | e1dae7c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)