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 | タ昀ネ | 110000001111001011000010111110101100111011001000 | c0f2c2facec8 |
| EUC-JP | タ?昀ネ | 1000111011000000001111111000111111000001111101011000111011001000 | 8ec03f8fc1f58ec8 |
| UTF-8 | タ昀ネ | 111011111011111010000000111011101000011110111001111001101001100010000000111011111011111010001000 | efbe80ee87b9e69880efbe88 |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)