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^ | 1110011110111111101001100110001101011110 | e7bfa6635e |
SJIS-WIN | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
EUC-JP | 翦c^ | 1000111110101011101011101000111110100010110001001000111110100010110000110110001101011110 | 8fabae8fa2c48fa2c3635e |
UTF-8 | 翦c^ | 1100001110100111110000101011111111000010101001100110001101011110 | c3a7c2bfc2a6635e |
UHC | ?¿?c^ | 001111111010001010101111001111110110001101011110 | 3fa2af3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)