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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 阨キ陷エ^ | 11101000100101011011011111101000100111001011010001011110 | e895b7e89cb45e |
EUC-JP | 阨キ陷エ^ | 111011111111010110001110101101111110111111111100100011101011010001011110 | eff58eb7effc8eb45e |
UTF-8 | 阨キ陷エ^ | 11101001100110001010100011101111101111011011011111101001100110011011011111101111101111011011010001011110 | e998a8efbdb7e999b7efbdb45e |
UHC | ??陷?^ | 001111110011111111111001111010000011111101011110 | 3f3ff9e83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)