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 | ë³£\ | 11101011101100111010001101011100 | ebb3a35c |
SJIS-WIN | ??£\ | 0011111100111111100000011001001001011100 | 3f3f81925c |
EUC-JP | ë?£\ | 10001111101010111011001100111111101000011111001001011100 | 8fabb33fa1f25c |
UTF-8 | ë³£\ | 11000011101010111100001010110011110000101010001101011100 | c3abc2b3c2a35c |
UHC | ?³?\ | 0011111110101001111110000011111101011100 | 3fa9f83f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)