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^ | 111110111101000010001110101000010110001101011110 | fbd08ea1635e |
SJIS-WIN | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
EUC-JP | û??¡c^ | 10001111101010111110010100111111001111111000111110100010110000100110001101011110 | 8fabe53f3f8fa2c2635e |
UTF-8 | ûСc^ | 11000011101110111100001110010000110000101000111011000010101000010110001101011110 | c3bbc390c28ec2a1635e |
UHC | ?Ð?¡c^ | 0011111110101000101000100011111110100010101011100110001101011110 | 3fa8a23fa2ae635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)