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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 卍?卍?B | 10011001110000100011111110011001110000100011111101000010 | 99c23f99c23f42 |
| EUC-JP | 卍?卍?B | 11010010110001000011111111010010110001000011111101000010 | d2c43fd2c43f42 |
| UTF-8 | 卍썰卍썰B | 11100101100011011000110111101100100011011011000011100101100011011000110111101100100011011011000001000010 | e58d8dec8db0e58d8dec8db042 |
| UHC | 卍썰卍썰B | 110110001011001110111101111001001101100010110011101111011110010001000010 | d8b3bde4d8b3bde442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)