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 | 11100110101010111010010011100110101010111010010001000010 | e6aba4e6aba442 |
EUC-JP | 讚、讚、B | 111011001010110110001110101001001110110010101101100011101010010001000010 | ecad8ea4ecad8ea442 |
UTF-8 | 讚、讚、B | 11101000101011101001101011101111101111011010010011101000101011101001101011101111101111011010010001000010 | e8ae9aefbda4e8ae9aefbda442 |
UHC | 讚?讚?B | 11110011110001100011111111110011110001100011111101000010 | f3c63ff3c63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)