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 | êþºéO^ | 1110101011111110101110101110100110000001100101000100111101011110 | eafebae981944f5e |
| SJIS-WIN | ??????O^ | 0011111100111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f3f4f5e |
| EUC-JP | êþºé??O^ | 10001111101010111011010010001111101010011101000010001111101000101110101110001111101010111011000100111111001111110100111101011110 | 8fabb48fa9d08fa2eb8fabb13f3f4f5e |
| UTF-8 | êþºéO^ | 1100001110101010110000111011111011000010101110101100001110101001110000101000000111000010100101000100111101011110 | c3aac3bec2bac3a9c281c2944f5e |
| UHC | ?þº???O^ | 00111111101010011010110110101000101011000011111100111111001111110100111101011110 | 3fa9ada8ac3f3f3f4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)