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^ | 1110100011011110101000010110001101011110 | e8dea1635e |
SJIS-WIN | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
EUC-JP | èÞ¡c^ | 1000111110101011101100101000111110101001101100001000111110100010110000100110001101011110 | 8fabb28fa9b08fa2c2635e |
UTF-8 | èÞ¡c^ | 1100001110101000110000111001111011000010101000010110001101011110 | c3a8c39ec2a1635e |
UHC | ?Þ¡c^ | 00111111101010001010110110100010101011100110001101011110 | 3fa8ada2ae635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)