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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | ?何男^ | 001111111000100110111101100100100110101001011110 | 3f89bd926a5e |
| EUC-JP | ?何男^ | 001111111011001010111111110000111100101101011110 | 3fb2bfc3cb5e |
| UTF-8 | 뤩何男^ | 11101011101001001010100111100100101111011001010111100111100101001011011101011110 | eba4a9e4bd95e794b75e |
| UHC | 뤩何男^ | 10001111110101111111100110111100110100011111101101011110 | 8fd7f9bcd1fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)