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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 菽?綜?B | 11100100110000010011111110010001100011100011111101000010 | e4c13f918e3f42 |
EUC-JP | 菽?綜?B | 11101000110000110011111111000001111011100011111101000010 | e8c33fc1ee3f42 |
UTF-8 | 菽렍綜렞B | 11101000100011111011110111101011101000001000110111100111101101101001110011101011101000001001111001000010 | e88fbdeba08de7b69ceba09e42 |
UHC | 菽렍綜렞B | 111000101101110110001110101000111111000011111100100011101010111101000010 | e2dd8ea3f0fc8eaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)