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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | ???毓?e^ | 0011111100111111001111111001111101111001001111110110010101011110 | 3f3f3f9f793f655e |
EUC-JP | 璵??毓?e^ | 10001111110011001110011000111111001111111101110111011010001111110110010101011110 | 8fcce63f3fddda3f655e |
UTF-8 | 璵붿닪毓몍e^ | 1110011110010010101101011110101110110110101111111110101110001011101010101110011010101111100100111110101110101010100011010110010101011110 | e792b5ebb6bfeb8baae6af93ebaa8d655e |
UHC | 璵붿닪毓몍e^ | 111001101010010110010100111011001000100010100101111010111011111010010001011101010110010101011110 | e6a594ec88a5ebbe9175655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)