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 | 馮G | 11101001101001101010111001000111 | e9a6ae47 |
| SJIS-WIN | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
| EUC-JP | 馮G | 10001111101010111011000110001111101000101100001110001111101000101110111001000111 | 8fabb18fa2c38fa2ee47 |
| UTF-8 | 馮G | 11000011101010011100001010100110110000101010111001000111 | c3a9c2a6c2ae47 |
| UHC | ??®G | 0011111100111111101000101110011101000111 | 3f3fa2e747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)