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 | 銹?β | 1110011111110110001111111000001111000000 | e7f63f83c0 |
| EUC-JP | 銹?β | 1110111011111000001111111010011011000010 | eef83fa6c2 |
| UTF-8 | 銹뤒β | 1110100110001010101110011110101110100100100100101100111010110010 | e98ab9eba492ceb2 |
| UHC | 銹뤒β | 111000101100100010001111110000101010010111100010 | e2c88fc2a5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)