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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 鏑拙?^ | 100100110100110010010000110110010011111101011110 | 934c90d93f5e |
| EUC-JP | 鏑拙?^ | 110001011010110111000000110110110011111101011110 | c5adc0db3f5e |
| UTF-8 | 鏑拙세^ | 11101001100011111001000111100110100010111001100111101100100001001011100001011110 | e98f91e68b99ec84b85e |
| UHC | 鏑拙세^ | 11101110111010111111000011110000101111001011110001011110 | eeebf0f0bcbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)