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 | 湜ァ蠇 | 1111101101000111101001111111101110100001 | fb47a7fba1 |
| EUC-JP | 湜ァ? | 100011111100011111111100100011101010011100111111 | 8fc7fc8ea73f |
| UTF-8 | 湜ァ蠇 | 111001101011100110011100111011111011110110100111111010001010000010000111 | e6b99cefbda7e8a087 |
| UHC | 湜?? | 11100011110101110011111100111111 | e3d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)