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 | 液? | 100010010111010000111111 | 89743f |
EUC-JP | 液? | 101100011101010100111111 | b1d53f |
UTF-8 | 液췮 | 111001101011011010110010111011001011011110101110 | e6b6b2ecb7ae |
UHC | 液췮 | 11100100111110111010111001101011 | e4fbae6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)