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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
| SJIS-WIN | 将ミ宵イG | 10001111101010111101000010001111101010101011001001000111 | 8fabd08faab247 |
| EUC-JP | 将ミ宵イG | 101111101010110110001110110100001011111010101100100011101011001001000111 | bead8ed0beac8eb247 |
| UTF-8 | 将ミ宵イG | 11100101101100001000011011101111101111101001000011100101101011101011010111101111101111011011001001000111 | e5b086efbe90e5aeb5efbdb247 |
| UHC | ??宵?G | 001111110011111111100001101100100011111101000111 | 3f3fe1b23f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)