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 | 苣檎坤褥 | 1110010010010000100011001110011110001101101000111110010111110001 | e4908ce78da3e5f1 |
| EUC-JP | 苣檎坤褥 | 1110011111110000101110001110100110111010101001011110101011110011 | e7f0b8e9baa5eaf3 |
| UTF-8 | 苣檎坤褥 | 111010001000101110100011111001101010101010001110111001011001110110100100111010001010010010100101 | e88ba3e6aa8ee59da4e8a4a5 |
| UHC | ?檎坤褥 | 00111111110100001101010111001101110111101110100110110011 | 3fd0d5cddee9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)