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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 萓暹揄 | 111001001011111010011101111110011001110110001001 | e4be9df99d89 |
| EUC-JP | 萓暹揄 | 111010001100000011011010111110111101100111101001 | e8c0dafbd9e9 |
| UTF-8 | 萓暹揄 | 111010001001000010010011111001101001101010111001111001101000111110000100 | e89093e69ab9e68f84 |
| UHC | ?暹揄 | 0011111111100000111001111110101011110001 | 3fe0e7eaf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)