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 | 10010010010001111001000110011111100100011011010101000110 | 9247919f91b546 |
| EUC-JP | 竪臓揃F | 11000011101010001100001010100001110000101011011101000110 | c3a8c2a1c2b746 |
| UTF-8 | 竪臓揃F | 11100111101010111010101011101000100001111001001111100110100011111000001101000110 | e7abaae88793e68f8346 |
| UHC | 竪??F | 1110001010110101001111110011111101000110 | e2b53f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)