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 | 10001111101000101100010010001111101010101011000101000010 | 8fa2c48faab142 |
EUC-JP | 召ト宵アB | 101111101010010010001110110001001011111010101100100011101011000101000010 | bea48ec4beac8eb142 |
UTF-8 | 召ト宵アB | 11100101100011111010110011101111101111101000010011100101101011101011010111101111101111011011000101000010 | e58facefbe84e5aeb5efbdb142 |
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)