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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | ロ・ロ・篝^ | 110110111010010111110010101010111101101110100101111000101011111001011110 | dba5f2abdba5e2be5e |
| EUC-JP | ロ・?ロ・篝^ | 100011101101101110001110101001010011111110001110110110111000111010100101111001001100000001011110 | 8edb8ea53f8edb8ea5e4c05e |
| UTF-8 | ロ・ロ・篝^ | 11101111101111101001101111101111101111011010010111101110100001111010001011101111101111101001101111101111101111011010010111100111101011111001110101011110 | efbe9befbda5ee87a2efbe9befbda5e7af9d5e |
| UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)