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 | ©÷¢ç¨ | 1010100111110111101000101110011110101000 | a9f7a2e7a8 |
SJIS-WIN | ?÷¢?¨ | 0011111110000001100000001000000110010001001111111000000101001110 | 3f818081913f814e |
EUC-JP | ©÷¢ç¨ | 100011111010001011101101101000011110000010100001111100011000111110101011101011101010000110101111 | 8fa2eda1e0a1f18fabaea1af |
UTF-8 | ©÷¢ç¨ | 11000010101010011100001110110111110000101010001011000011101001111100001010101000 | c2a9c3b7c2a2c3a7c2a8 |
UHC | ?÷??¨ | 00111111101000011100000000111111001111111010000110100111 | 3fa1c03f3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)