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 | ?c^ | 001111110110001101011110 | 3f635e |
SJIS-WIN | 馴c^ | 10010011111010010110001101011110 | 93e9635e |
EUC-JP | 馴c^ | 11000110111010110110001101011110 | c6eb635e |
UTF-8 | 馴c^ | 1110100110100110101101000110001101011110 | e9a6b4635e |
UHC | 馴c^ | 11100010111110000110001101011110 | e2f8635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)