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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 鴫射質狃自^ | 1000111010110000100011101100101110001110101111111110000010111011100011101010100101011110 | 8eb08ecb8ebfe0bb8ea95e |
| EUC-JP | 鴫射質狃自^ | 1011110010110010101111001100110110111100110000011110000010111101101111001010101101011110 | bcb2bccdbcc1e0bdbcab5e |
| UTF-8 | 鴫射質狃自^ | 11101001101101001010101111100101101100001000010011101000101100111010101011100111100010111000001111101000100001111010101001011110 | e9b4abe5b084e8b3aae78b83e887aa5e |
| UHC | ?射質?自^ | 001111111101111011010010111100101111010100111111111011011011101101011110 | 3fded2f2f53fedbb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)