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 | 蒔若 | 10001110101010101000111011100001 | 8eaa8ee1 |
EUC-JP | 蒔若 | 10111100101011001011110011100011 | bcacbce3 |
UTF-8 | 蒔若 | 111010001001001010010100111010001000101110100101 | e89294e88ba5 |
UHC | 蒔若 | 11100011110010001110010110110100 | e3c8e5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)