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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?曜翁繹 | 00111111100101110110101010001001101001011110001110001000 | 3f976a89a5e388 |
| EUC-JP | 搔曜翁繹 | 100011111100000011001011110011011100101110110010101001111110010111101000 | 8fc0cbcdcbb2a7e5e8 |
| UTF-8 | 搔曜翁繹 | 111001101001000010010100111001101001101110011100111001111011111110000001111001111011100110111001 | e69094e69b9ce7bf81e7b9b9 |
| UHC | 搔曜翁繹 | 1110000110111000111010001111100011101000101110101110011010111010 | e1b8e8f8e8bae6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)