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 | ??I^ | 00111111001111110100100101011110 | 3f3f495e |
SJIS-WIN | 遶ッI^ | 1110011110101011101011110100100101011110 | e7abaf495e |
EUC-JP | 遶ッI^ | 111011101010110110001110101011110100100101011110 | eead8eaf495e |
UTF-8 | 遶ッI^ | 1110100110000001101101101110111110111101101011110100100101011110 | e981b6efbdaf495e |
UHC | ??I^ | 00111111001111110100100101011110 | 3f3f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)