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 | ä®Q | 111001001010111010010000100011111000111101010001 | e4ae908f8f51 |
SJIS-WIN | ?????Q | 001111110011111100111111001111110011111101010001 | 3f3f3f3f3f51 |
EUC-JP | ä®???Q | 10001111101010111010001110001111101000101110111000111111001111110011111101010001 | 8faba38fa2ee3f3f3f51 |
UTF-8 | ä®Q | 1100001110100100110000101010111011000010100100001100001010001111110000101000111101010001 | c3a4c2aec290c28fc28f51 |
UHC | ?®???Q | 00111111101000101110011100111111001111110011111101010001 | 3fa2e73f3f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)