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 | 10010001100110100011111110010001100110100011111101000010 | 919a3f919a3f42 |
EUC-JP | 霜?霜?B | 11000001111110100011111111000001111110100011111101000010 | c1fa3fc1fa3f42 |
UTF-8 | 霜꺆霜꺆B | 11101001100111001001110011101010101110101000011011101001100111001001110011101010101110101000011001000010 | e99c9ceaba86e99c9ceaba8642 |
UHC | 霜꺆霜꺆B | 110111111101110010000011101011011101111111011100100000111010110101000010 | dfdc83addfdc83ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)