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 | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | ツ形ツ堕ゥc^ | 110000101000110001100000110000101001000111000010101010010110001101011110 | c28c60c291c2a9635e |
EUC-JP | ツ形ツ堕ゥc^ | 100011101100001010110111110000011000111011000010110000101100010010001110101010010110001101011110 | 8ec2b7c18ec2c2c48ea9635e |
UTF-8 | ツ形ツ堕ゥc^ | 1110111110111110100000101110010110111101101000101110111110111110100000101110010110100000100101011110111110111101101010010110001101011110 | efbe82e5bda2efbe82e5a095efbda9635e |
UHC | ?形???c^ | 0011111111111011101000010011111100111111001111110110001101011110 | 3ffba13f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)