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 | 111000001001110000111111001111110011111101000010 | e09c3f3f3f42 |
EUC-JP | 燧???B | 110111111111110000111111001111110011111101000010 | dffc3f3f3f42 |
UTF-8 | 燧궻뚪륞B | 11100111100001111010011111101010101101101011101111101011100110101010101011101011101001011001111001000010 | e787a7eab6bbeb9aaaeba59e42 |
UHC | 燧궻뚪륞B | 111000101010110010000010110011001000110011101001100100000100010001000010 | e2ac82cc8ce9904442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)