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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 乘燧^ | 1001100010101001111000001001110001011110 | 98a9e09c5e |
| EUC-JP | 乘燧^ | 1101000010101011110111111111110001011110 | d0abdffc5e |
| UTF-8 | 乘燧^ | 11100100101110011001100011100111100001111010011101011110 | e4b998e787a75e |
| UHC | 乘燧^ | 1110001110101011111000101010110001011110 | e3abe2ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)