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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 菽?綜?^ | 11100100110000010011111110010001100011100011111101011110 | e4c13f918e3f5e |
EUC-JP | 菽?綜?^ | 11101000110000110011111111000001111011100011111101011110 | e8c33fc1ee3f5e |
UTF-8 | 菽렍綜렞^ | 11101000100011111011110111101011101000001000110111100111101101101001110011101011101000001001111001011110 | e88fbdeba08de7b69ceba09e5e |
UHC | 菽렍綜렞^ | 111000101101110110001110101000111111000011111100100011101010111101011110 | e2dd8ea3f0fc8eaf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)