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 | 訶薛 | 11100110011001001110010101001100 | e664e54c |
EUC-JP | 訶薛 | 11101011110001011110100110101101 | ebc5e9ad |
UTF-8 | 訶薛 | 111010001010100010110110111010001001011010011011 | e8a8b6e8969b |
UHC | 訶薛 | 11001010101110001110000011100000 | cab8e0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)