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 | Í¢Ïå^ | 1100110110100010110011111110010101011110 | cda2cfe55e |
| SJIS-WIN | ?¢??^ | 001111111000000110010001001111110011111101011110 | 3f81913f3f5e |
| EUC-JP | Í¢Ïå^ | 100011111010101010111111101000011111000110001111101010101100000110001111101010111010100101011110 | 8faabfa1f18faac18faba95e |
| UTF-8 | Í¢Ïå^ | 110000111000110111000010101000101100001110001111110000111010010101011110 | c38dc2a2c38fc3a55e |
| UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)