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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 嶢?倖 | 1001101111010000001111111000110011110100 | 9bd03f8cf4 |
| EUC-JP | 嶢?倖 | 1101011011010010001111111011100011110110 | d6d23fb8f6 |
| UTF-8 | 嶢렎倖 | 111001011011011010100010111010111010000010001110111001011000000010010110 | e5b6a2eba08ee58096 |
| UHC | 嶢렎倖 | 111010001111001010001110101001001111101010111000 | e8f28ea4fab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)