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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
| SJIS-WIN | 兒▽?F | 100110010101101010000001101001000011111101000110 | 995a81a43f46 |
| EUC-JP | 兒▽?F | 110100011011101110100010101001100011111101000110 | d1bba2a63f46 |
| UTF-8 | 兒▽림F | 11100101100001011001001011100010100101101011110111101011101001101011110001000110 | e58592e296bdeba6bc46 |
| UHC | 兒▽림F | 11100100101011101010000111100100101110001011001001000110 | e4aea1e4b8b246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)