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 | 10001111101000101100001010001111101010111011001001000010 | 8fa2c28fabb242 |
EUC-JP | 召ツ将イB | 101111101010010010001110110000101011111010101101100011101011001001000010 | bea48ec2bead8eb242 |
UTF-8 | 召ツ将イB | 11100101100011111010110011101111101111101000001011100101101100001000011011101111101111011011001001000010 | e58facefbe82e5b086efbdb242 |
UHC | 召???B | 111000011010111100111111001111110011111101000010 | e1af3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)