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 | 潮祖 | 10010010101010101001000101100011 | 92aa9163 |
EUC-JP | 潮祖 | 11000100101011001100000111000100 | c4acc1c4 |
UTF-8 | 潮祖 | 111001101011110110101110111001111010010110010110 | e6bdaee7a596 |
UHC | 潮祖 | 11110000110011011111000011010011 | f0cdf0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)