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 | äOQ | 111001000100111110001111100001111000101001010001 | e44f8f878a51 |
SJIS-WIN | ?O???Q | 001111110100111100111111001111110011111101010001 | 3f4f3f3f3f51 |
EUC-JP | äO???Q | 1000111110101011101000110100111100111111001111110011111101010001 | 8faba34f3f3f3f51 |
UTF-8 | äOQ | 11000011101001000100111111000010100011111100001010000111110000101000101001010001 | c3a44fc28fc287c28a51 |
UHC | ?O???Q | 001111110100111100111111001111110011111101010001 | 3f4f3f3f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)