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 | 紅? | 100011010110011100111111 | 8d673f |
EUC-JP | 紅? | 101110011100100000111111 | b9c83f |
UTF-8 | 紅읨 | 111001111011010010000101111011001001110110101000 | e7b485ec9da8 |
UHC | 紅읨 | 11111011111101011100000011001010 | fbf5c0ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)