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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
EUC-JP | 沅???F | 10001111110001101110100100111111001111110011111101000110 | 8fc6e93f3f3f46 |
UTF-8 | 沅톉李퐂F | 11100110101100101000010111101101100001101000100111101111101001111010000111101101100100001000001001000110 | e6b285ed8689efa7a1ed908246 |
UHC | 沅톉李퐂F | 111010101011011010110111010110011110110010110000101111010110011101000110 | eab6b759ecb0bd6746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)