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 | `©Y^ | 10001100011000001000000110101001100000110101100101011110 | 8c6081a983595e |
SJIS-WIN | ?`???Y^ | 00111111011000000011111100111111001111110101100101011110 | 3f603f3f3f595e |
EUC-JP | ?`?©?Y^ | 001111110110000000111111100011111010001011101101001111110101100101011110 | 3f603f8fa2ed3f595e |
UTF-8 | `©Y^ | 1100001010001100011000001100001010000001110000101010100111000010100000110101100101011110 | c28c60c281c2a9c283595e |
UHC | ?`???Y^ | 00111111011000000011111100111111001111110101100101011110 | 3f603f3f3f595e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)