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 | ä©íFB | 11100100101010011000001011101101100011110100011001000010 | e4a982ed8f4642 |
SJIS-WIN | ?????FB | 00111111001111110011111100111111001111110100011001000010 | 3f3f3f3f3f4642 |
EUC-JP | ä©?í?FB | 10001111101010111010001110001111101000101110110100111111100011111010101110111111001111110100011001000010 | 8faba38fa2ed3f8fabbf3f4642 |
UTF-8 | ä©íFB | 110000111010010011000010101010011100001010000010110000111010110111000010100011110100011001000010 | c3a4c2a9c282c3adc28f4642 |
UHC | ?????FB | 00111111001111110011111100111111001111110100011001000010 | 3f3f3f3f3f4642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)