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 | 絖朱 | 11100011010011001000111011101001 | e34c8ee9 |
EUC-JP | 絖朱 | 11100101101011011011110011101011 | e5adbceb |
UTF-8 | 絖朱 | 111001111011010110010110111001101001110010110001 | e7b596e69cb1 |
UHC | ?朱 | 001111111111000110111001 | 3ff1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)