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 | 如??揖? | 10010100010000000011111100111111100101110100101100111111 | 94403f3f974b3f |
| EUC-JP | 如??揖? | 11000111101000010011111100111111110011011010110000111111 | c7a13f3fcdac3f |
| UTF-8 | 如볥뿧揖킖 | 111001011010011010000010111010111011001110100101111010111011111110100111111001101000111110010110111011011000001010010110 | e5a682ebb3a5ebbfa7e68f96ed8296 |
| UHC | 如볥뿧揖킖 | 11100101111111011001001111101011100101111010011111101011111001111011010101000010 | e5fd93eb97a7ebe7b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)