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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 銹?β? | 111001111111011000111111100000111100000000111111 | e7f63f83c03f |
| EUC-JP | 銹?β? | 111011101111100000111111101001101100001000111111 | eef83fa6c23f |
| UTF-8 | 銹뤒β흑 | 1110100110001010101110011110101110100100100100101100111010110010111011011001110110010001 | e98ab9eba492ceb2ed9d91 |
| UHC | 銹뤒β흑 | 1110001011001000100011111100001010100101111000101100100011100110 | e2c88fc2a5e2c8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)