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 | 辭歃 | 11100111100001101001111101011100 | e7869f5c |
EUC-JP | 辭歃 | 11101101111001101101110110111101 | ede6ddbd |
UTF-8 | 辭歃 | 111010001011111010101101111001101010110110000011 | e8beade6ad83 |
UHC | 辭? | 110111101111011000111111 | def63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)