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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ジシ・セニ | 1011110011011110101111001010010111110000101101111011111011000110 | bcdebca5f0b7bec6 |
| EUC-JP | ジシ・?セニ | 10001110101111001000111011011110100011101011110010001110101001010011111110001110101111101000111011000110 | 8ebc8ede8ebc8ea53f8ebe8ec6 |
| UTF-8 | ジシ・セニ | 111011111011110110111100111011111011111010011110111011111011110110111100111011111011110110100101111011101000000110110110111011111011110110111110111011111011111010000110 | efbdbcefbe9eefbdbcefbda5ee81b6efbdbeefbe86 |
| UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)