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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 殃殃^ | 1001111101101001100111110110100101011110 | 9f699f695e |
EUC-JP | 殃殃^ | 1101110111001010110111011100101001011110 | ddcaddca5e |
UTF-8 | 殃殃^ | 11100110101011101000001111100110101011101000001101011110 | e6ae83e6ae835e |
UHC | 殃殃^ | 1110010011101010111001001110101001011110 | e4eae4ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)