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 | 先? | 100100001110011000111111 | 90e63f |
EUC-JP | 先剡 | 1100000011101000100011111011001111000111 | c0e88fb3c7 |
UTF-8 | 先剡 | 111001011000010110001000111001011000100110100001 | e58588e589a1 |
UHC | 先剡 | 11100000101110111110000011100110 | e0bbe0e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)