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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 蝮ヲ邯壼擱邯 | 1110010110011101101001101110011110110110100110101110010110011101101001101110011110110110 | e59da6e7b69ae59da6e7b6 |
| EUC-JP | 蝮ヲ邯壼擱邯 | 111010011111110110001110101001101110111010111000110101001110011111011010101010001110111010111000 | e9fd8ea6eeb8d4e7daa8eeb8 |
| UTF-8 | 蝮ヲ邯壼擱邯 | 111010001001110110101110111011111011110110100110111010011000001010101111111001011010001110111100111001101001001110110001111010011000001010101111 | e89daeefbda6e982afe5a3bce693b1e982af |
| UHC | ??邯??邯 | 0011111100111111110010101111101100111111001111111100101011111011 | 3f3fcafb3f3fcafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)