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 | ©°¢ð^ | 10001111101010011011000010001111101000101111000001011110 | 8fa9b08fa2f05e |
SJIS-WIN | ??°?¢?^ | 001111110011111110000001100010110011111110000001100100010011111101011110 | 3f3f818b3f81913f5e |
EUC-JP | ?©°?¢ð^ | 00111111100011111010001011101101101000011110101100111111101000011111000110001111101010011100001101011110 | 3f8fa2eda1eb3fa1f18fa9c35e |
UTF-8 | ©°¢ð^ | 11000010100011111100001010101001110000101011000011000010100011111100001010100010110000111011000001011110 | c28fc2a9c2b0c28fc2a2c3b05e |
UHC | ??°??ð^ | 001111110011111110100001110001100011111100111111101010011010001101011110 | 3f3fa1c63f3fa9a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)