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 | ??O | 001111110011111101001111 | 3f3f4f |
| SJIS-WIN | 淵屑O | 1001010110100011100010111111101101001111 | 95a38bfb4f |
| EUC-JP | 淵屑O | 1100101010100101101101101111110101001111 | caa5b6fd4f |
| UTF-8 | 淵屑O | 11100110101101111011010111100101101100011001000101001111 | e6b7b5e5b1914f |
| UHC | 淵屑O | 1110011011010000111000001101101001001111 | e6d0e0da4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)