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 | 魃縦^ | 1110100110101111100011110110001101011110 | e9af8f635e |
EUC-JP | 魃縦^ | 1111001010110001101111011100010001011110 | f2b1bdc45e |
UTF-8 | 魃縦^ | 11101001101011011000001111100111101110001010011001011110 | e9ad83e7b8a65e |
UHC | 魃?^ | 11011011101001100011111101011110 | dba63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)