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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
| SJIS-WIN | 辞赦辞捨F | 100011101010101110001110110011011000111010101011100011101100110001000110 | 8eab8ecd8eab8ecc46 |
| EUC-JP | 辞赦辞捨F | 101111001010110110111100110011111011110010101101101111001100111001000110 | bcadbccfbcadbcce46 |
| UTF-8 | 辞赦辞捨F | 11101000101111101001111011101000101101011010011011101000101111101001111011100110100011011010100001000110 | e8be9ee8b5a6e8be9ee68da846 |
| UHC | ?赦?捨F | 00111111110111101111010100111111110111101101011101000110 | 3fdef53fded746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)