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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 召ト宵臘^ | 1000111110100010110001001000111110101010111001000110001101011110 | 8fa2c48faae4635e |
EUC-JP | 召ト宵臘^ | 101111101010010010001110110001001011111010101100111001111100010001011110 | bea48ec4beace7c45e |
UTF-8 | 召ト宵臘^ | 11100101100011111010110011101111101111101000010011100101101011101011010111101000100001111001100001011110 | e58facefbe84e5aeb5e887985e |
UHC | 召?宵臘^ | 1110000110101111001111111110000110110010110101011100010001011110 | e1af3fe1b2d5c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)