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^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | ツ陳シc^ | 110000101001001011000010101111000110001101011110 | c292c2bc635e |
EUC-JP | ツ陳シc^ | 1000111011000010110001001100010010001110101111000110001101011110 | 8ec2c4c48ebc635e |
UTF-8 | ツ陳シc^ | 1110111110111110100000101110100110011001101100111110111110111101101111000110001101011110 | efbe82e999b3efbdbc635e |
UHC | ?陳?c^ | 001111111111001011100111001111110110001101011110 | 3ff2e73f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)