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 | ÞºA | 110111101011101001000001 | deba41 |
SJIS-WIN | ??A | 001111110011111101000001 | 3f3f41 |
EUC-JP | ÞºA | 10001111101010011011000010001111101000101110101101000001 | 8fa9b08fa2eb41 |
UTF-8 | ÞºA | 1100001110011110110000101011101001000001 | c39ec2ba41 |
UHC | ÞºA | 1010100010101101101010001010110001000001 | a8ada8ac41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)