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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 援?贓?E | 10001001100001110011111111100110110110010011111101000101 | 89873fe6d93f45 |
EUC-JP | 援?贓?E | 10110001111001110011111111101100110110110011111101000101 | b1e73fecdb3f45 |
UTF-8 | 援렣贓렔E | 11100110100011111011010011101011101000001010001111101000101101001001001111101011101000001001010001000101 | e68fb4eba0a3e8b493eba09445 |
UHC | 援렣贓렔E | 111010101011010110001110101101001110110111111100100011101010100101000101 | eab58eb4edfc8ea945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)