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 | 憶??揖 | 100010011010111100111111001111111001011101001011 | 89af3f3f974b |
| EUC-JP | 憶??揖 | 101100101011000100111111001111111100110110101100 | b2b13f3fcdac |
| UTF-8 | 憶억퐦揖 | 111001101000011010110110111011001001011010110101111011011001000010100110111001101000111110010110 | e686b6ec96b5ed90a6e68f96 |
| UHC | 憶억퐦揖 | 1110010111100011101111101110111110111101100011111110101111100111 | e5e3beefbd8febe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)