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 | 仲酪 | 10010010100001111001011110001111 | 9287978f |
EUC-JP | 仲酪 | 11000011111001111100110111101111 | c3e7cdef |
UTF-8 | 仲酪 | 111001001011101110110010111010011000010110101010 | e4bbb2e985aa |
UHC | 仲酪 | 11110001111010101101010110101100 | f1ead5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)