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 | ?????A | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
| SJIS-WIN | 縞?あ?碑A | 100011101100100000111111100000101010000000111111100101001110100001000001 | 8ec83f82a03f94e841 |
| EUC-JP | 縞?あ?碑A | 101111001100101000111111101001001010001000111111110010001110101001000001 | bcca3fa4a23fc8ea41 |
| UTF-8 | 縞덞あㆋ碑A | 11100111101110001001111011101011100011011001111011100011100000011000001011100011100001101000101111100111101000101001000101000001 | e7b89eeb8d9ee38182e3868be7a29141 |
| UHC | 縞덞あㆋ碑A | 1111101111010110101101001111101110101010101000101010010011111011110111011111100001000001 | fbd6b4fbaaa2a4fbddf841 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)