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 | 豫? | 100110001010110000111111 | 98ac3f |
EUC-JP | 豫? | 110100001010111000111111 | d0ae3f |
UTF-8 | 豫먍 | 111010001011000110101011111010111010100010001101 | e8b1abeba88d |
UHC | 豫먍 | 11100111111000111001000011001011 | e7e390cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)