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 | 幄轅 | 10011011111010001110011101110110 | 9be8e776 |
EUC-JP | 幄轅 | 11010110111010101110110111010111 | d6eaedd7 |
UTF-8 | 幄轅 | 111001011011100110000100111010001011110110000101 | e5b984e8bd85 |
UHC | 幄轅 | 11100100110000011110101010111111 | e4c1eabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)