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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
| SJIS-WIN | ?質n}?質n{^ | 0011111110001110101111110110111001111101001111111000111010111111011011100111101101011110 | 3f8ebf6e7d3f8ebf6e7b5e |
| EUC-JP | ?質n}?質n{^ | 0011111110111100110000010110111001111101001111111011110011000001011011100111101101011110 | 3fbcc16e7d3fbcc16e7b5e |
| UTF-8 | 檺質n}檺質n{^ | 1110011010101010101110101110100010110011101010100110111001111101111001101010101010111010111010001011001110101010011011100111101101011110 | e6aabae8b3aa6e7de6aabae8b3aa6e7b5e |
| UHC | ?質n}?質n{^ | 0011111111110010111101010110111001111101001111111111001011110101011011100111101101011110 | 3ff2f56e7d3ff2f56e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)