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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 泳g?矮↑ | 100010010110101010000010100001110011111111100001111000101000000110101010 | 896a82873fe1e281aa |
| EUC-JP | 泳g?矮↑ | 101100011100101110100011111001110011111111100010111001001010001010101100 | b1cba3e73fe2e4a2ac |
| UTF-8 | 泳g꼾矮↑ | 111001101011001110110011111011111011110110000111111010101011110010111110111001111001111110101110111000101000011010010001 | e6b3b3efbd87eabcbee79faee28691 |
| UHC | 泳g꼾矮↑ | 11100111101101101010001111100111100001001001010011101000111000011010000111101000 | e7b6a3e78494e8e1a1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)