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 | 釭鹿鴫^ | 111110111011110110001110101011011111000010101100100011101011000001011110 | fbbd8eadf0ac8eb05e |
| EUC-JP | 釭鹿?鴫^ | 100011111110001110101111101111001010111100111111101111001011001001011110 | 8fe3afbcaf3fbcb25e |
| UTF-8 | 釭鹿鴫^ | 11101001100001111010110111101001101110011011111111101110100000011010101111101001101101001010101101011110 | e987ade9b9bfee81abe9b4ab5e |
| UHC | ?鹿??^ | 001111111101011011100011001111110011111101011110 | 3fd6e33f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)