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 | ?M??^ | 0011111101001101001111110011111101011110 | 3f4d3f3f5e |
| SJIS-WIN | 辰M但測^ | 1001001001000011010011011001001001000001100100011010101001011110 | 92434d924191aa5e |
| EUC-JP | 辰M但測^ | 1100001110100100010011011100001110100010110000101010110001011110 | c3a44dc3a2c2ac5e |
| UTF-8 | 辰M但測^ | 1110100010111110101100000100110111100100101111011000011011100110101110001010110001011110 | e8beb04de4bd86e6b8ac5e |
| UHC | 辰M但測^ | 1111001011100011010011011101001110100011111101101011010001011110 | f2e34dd3a3f6b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)