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 | ìö°OD | 1110110011110110101100000100111101000100 | ecf6b04f44 |
| SJIS-WIN | ??°OD | 001111110011111110000001100010110100111101000100 | 3f3f818b4f44 |
| EUC-JP | ìö°OD | 10001111101010111100000010001111101010111101001110100001111010110100111101000100 | 8fabc08fabd3a1eb4f44 |
| UTF-8 | ìö°OD | 1100001110101100110000111011011011000010101100000100111101000100 | c3acc3b6c2b04f44 |
| UHC | ??°OD | 001111110011111110100001110001100100111101000100 | 3f3fa1c64f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)