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 | 湜七鱆 | 111110110100011110001110101101011110100111100001 | fb478eb5e9e1 |
| EUC-JP | 湜七鱆 | 10001111110001111111110010111100101101111111001011100011 | 8fc7fcbcb7f2e3 |
| UTF-8 | 湜七鱆 | 111001101011100110011100111001001011100010000011111010011011000110000110 | e6b99ce4b883e9b186 |
| UHC | 湜七? | 1110001111010111111101101101001000111111 | e3d7f6d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)