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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 鴆自質^ | 111010011110111110001110101010011111000011000000100011101011111101011110 | e9ef8ea9f0c08ebf5e |
| EUC-JP | 鴆自?質^ | 1111001011110001101111001010101100111111101111001100000101011110 | f2f1bcab3fbcc15e |
| UTF-8 | 鴆自質^ | 11101001101101001000011011101000100001111010101011101110100000011011111111101000101100111010101001011110 | e9b486e887aaee81bfe8b3aa5e |
| UHC | ?自?質^ | 00111111111011011011101100111111111100101111010101011110 | 3fedbb3ff2f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)