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 | ??????CA | 0011111100111111001111110011111100111111001111110100001101000001 | 3f3f3f3f3f3f4341 |
| SJIS-WIN | ??疑???CA | 001111110011111110001011010111100011111100111111001111110100001101000001 | 3f3f8b5e3f3f3f4341 |
| EUC-JP | ??疑???CA | 001111110011111110110101101111110011111100111111001111110100001101000001 | 3f3fb5bf3f3f3f4341 |
| UTF-8 | 欌렪疑얕렪렗CA | 1110011010101100100011001110101110100000101010101110011110010110100100011110110010010110100101011110101110100000101010101110101110100000100101110100001101000001 | e6ac8ceba0aae79691ec9695eba0aaeba0974341 |
| UHC | 欌렪疑얕렪렗CA | 1110110111101011100011101011100011101011111101111011111011101000100011101011100010001110101011000100001101000001 | edeb8eb8ebf7bee88eb88eac4341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)