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 | 隋? | 111001000100000000111111 | e4403f |
EUC-JP | 隋搢 | 1110011110100001100011111100000011001111 | e7a18fc0cf |
UTF-8 | 隋搢 | 111010011001101010001011111001101001000010100010 | e99a8be690a2 |
UHC | 隋搢 | 11100010110010011111001011001010 | e2c9f2ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)