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 | 稷覩 | 11100010011011001110011001001110 | e26ce64e |
EUC-JP | 稷覩 | 11100011110011011110101110101111 | e3cdebaf |
UTF-8 | 稷覩 | 111001111010100010110111111010001010011010101001 | e7a8b7e8a6a9 |
UHC | 稷覩 | 11110010110000111101010010101101 | f2c3d4ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)