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 | 00111111001111110011111101000110 | 3f3f3f46 |
| SJIS-WIN | 治爨捨F | 10001110101000011110000010100100100011101100110001000110 | 8ea1e0a48ecc46 |
| EUC-JP | 治爨捨F | 10111100101000111110000010100110101111001100111001000110 | bca3e0a6bcce46 |
| UTF-8 | 治爨捨F | 11100110101100101011101111100111100010001010100011100110100011011010100001000110 | e6b2bbe788a8e68da846 |
| UHC | 治?捨F | 111101101011110100111111110111101101011101000110 | f6bd3fded746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)