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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 昴紲昴紲 | 1001110111100011111000110100011110011101111000111110001101000111 | 9de3e3479de3e347 |
| EUC-JP | 昴紲昴紲 | 1101101011100101111001011010100011011010111001011110010110101000 | dae5e5a8dae5e5a8 |
| UTF-8 | 昴紲昴紲 | 111001101001100010110100111001111011010010110010111001101001100010110100111001111011010010110010 | e698b4e7b4b2e698b4e7b4b2 |
| UHC | 昴?昴? | 110110011101101100111111110110011101101100111111 | d9db3fd9db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)