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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
| SJIS-WIN | 鉗ェ謗ゥ碪ーF | 11100111111001111010101011100110100011101010100111100001111100101011000001000110 | e7e7aae68ea9e1f2b046 |
| EUC-JP | 鉗ェ謗ゥ碪ーF | 11101110111010011000111010101010111010111110111010001110101010011110001011110100100011101011000001000110 | eee98eaaebee8ea9e2f48eb046 |
| UTF-8 | 鉗ェ謗ゥ碪ーF | 11101001100010011001011111101111101111011010101011101000101011001001011111101111101111011010100111100111101000101010101011101111101111011011000001000110 | e98997efbdaae8ac97efbda9e7a2aaefbdb046 |
| UHC | 鉗?謗???F | 110011001100011000111111110110111011111100111111001111110011111101000110 | ccc63fdbbf3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)