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 | 耶? | 100101101110101100111111 | 96eb3f |
EUC-JP | 耶? | 110011001110110100111111 | cced3f |
UTF-8 | 耶섊 | 111010001000000010110110111011001000010010001010 | e880b6ec848a |
UHC | 耶섊 | 11100101101011011001100011100111 | e5ad98e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)