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^ | 111011101111000010001110101101010110001101011110 | eef08eb5635e |
SJIS-WIN | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
EUC-JP | îð??c^ | 10001111101010111100001010001111101010011100001100111111001111110110001101011110 | 8fabc28fa9c33f3f635e |
UTF-8 | îðµc^ | 11000011101011101100001110110000110000101000111011000010101101010110001101011110 | c3aec3b0c28ec2b5635e |
UHC | ?ð??c^ | 00111111101010011010001100111111001111110110001101011110 | 3fa9a33f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)