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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 召ト宵メB | 10001111101000101100010010001111101010101101001001000010 | 8fa2c48faad242 |
EUC-JP | 召ト宵メB | 101111101010010010001110110001001011111010101100100011101101001001000010 | bea48ec4beac8ed242 |
UTF-8 | 召ト宵メB | 11100101100011111010110011101111101111101000010011100101101011101011010111101111101111101001001001000010 | e58facefbe84e5aeb5efbe9242 |
UHC | 召?宵?B | 11100001101011110011111111100001101100100011111101000010 | e1af3fe1b23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)