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^ | 111010101011000010001110101101010110001101011110 | eab08eb5635e |
SJIS-WIN | ?°??c^ | 00111111100000011000101100111111001111110110001101011110 | 3f818b3f3f635e |
EUC-JP | ê°??c^ | 100011111010101110110100101000011110101100111111001111110110001101011110 | 8fabb4a1eb3f3f635e |
UTF-8 | ê°µc^ | 11000011101010101100001010110000110000101000111011000010101101010110001101011110 | c3aac2b0c28ec2b5635e |
UHC | ?°??c^ | 00111111101000011100011000111111001111110110001101011110 | 3fa1c63f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)