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 | éÑä½^ | 111010011001000010010100110100011000110111100100101111011000111101011110 | e99094d18de4bd8f5e |
| SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
| EUC-JP | é??Ñ?ä??^ | 100011111010101110110001001111110011111110001111101010101101000000111111100011111010101110100011001111110011111101011110 | 8fabb13f3f8faad03f8faba33f3f5e |
| UTF-8 | éÑä½^ | 1100001110101001110000101001000011000010100101001100001110010001110000101000110111000011101001001100001010111101110000101000111101011110 | c3a9c290c294c391c28dc3a4c2bdc28f5e |
| UHC | ??????½?^ | 00111111001111110011111100111111001111110011111110101000111101100011111101011110 | 3f3f3f3f3f3fa8f63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)