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 | ??CG | 00111111001111110100001101000111 | 3f3f4347 |
| SJIS-WIN | ?讓CG | 0011111111100110101010000100001101000111 | 3fe6a84347 |
| EUC-JP | 嶴讓CG | 10001111101110111111001111101100101010100100001101000111 | 8fbbf3ecaa4347 |
| UTF-8 | 嶴讓CG | 1110010110110110101101001110100010101110100100110100001101000111 | e5b6b4e8ae934347 |
| UHC | ?讓CG | 0011111111100101110100110100001101000111 | 3fe5d34347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)