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 | 謖熟 | 11100110100011001000111101101110 | e68c8f6e |
EUC-JP | 謖熟 | 11101011111011001011110111001111 | ebecbdcf |
UTF-8 | 謖熟 | 111010001010110010010110111001111000011010011111 | e8ac96e7869f |
UHC | 謖熟 | 11100001110110101110001011011001 | e1dae2d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)