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 | 幄輅 | 10011011111010001110011101101001 | 9be8e769 |
EUC-JP | 幄輅 | 11010110111010101110110111001010 | d6eaedca |
UTF-8 | 幄輅 | 111001011011100110000100111010001011110010000101 | e5b984e8bc85 |
UHC | 幄輅 | 11100100110000011101011011011001 | e4c1d6d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)