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 | ??B | 001111110011111101000010 | 3f3f42 |
| SJIS-WIN | 遡詢B | 1001000101101011111001100110110101000010 | 916be66d42 |
| EUC-JP | 遡詢B | 1100000111001100111010111100111001000010 | c1ccebce42 |
| UTF-8 | 遡詢B | 11101001100000011010000111101000101010011010001001000010 | e981a1e8a9a242 |
| UHC | 遡詢B | 1110000111001111111000101111001101000010 | e1cfe2f342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)