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 | 楡疼 | 10011110101111101110000101110101 | 9ebee175 |
EUC-JP | 楡疼 | 11011100110000001110000111010110 | dcc0e1d6 |
UTF-8 | 楡疼 | 111001101010010110100001111001111001011010111100 | e6a5a1e796bc |
UHC | 楡疼 | 11101010111110001101010011011001 | eaf8d4d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)