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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 晏析 | 10011101111001011001000011001101 | 9de590cd |
EUC-JP | 晏析 | 11011010111001111100000011001111 | dae7c0cf |
UTF-8 | 晏析 | 111001101001100110001111111001101001111010010000 | e6998fe69e90 |
UHC | 晏析 | 11100100110011111110000010110000 | e4cfe0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)