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 | 11100100100110111000110011101101100011110101110001000010 | e49b8ced8f5c42 |
SJIS-WIN | ?????\B | 00111111001111110011111100111111001111110101110001000010 | 3f3f3f3f3f5c42 |
EUC-JP | ä??í?\B | 1000111110101011101000110011111100111111100011111010101110111111001111110101110001000010 | 8faba33f3f8fabbf3f5c42 |
UTF-8 | äí\B | 110000111010010011000010100110111100001010001100110000111010110111000010100011110101110001000010 | c3a4c29bc28cc3adc28f5c42 |
UHC | ?????\B | 00111111001111110011111100111111001111110101110001000010 | 3f3f3f3f3f5c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)