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 | 畢諾糧 | 100101010100110010010001111110001001011111000110 | 954c91f897c6 |
| EUC-JP | 畢諾糧 | 110010011010110111000010111110101100111011001000 | c9adc2facec8 |
| UTF-8 | 畢諾糧 | 111001111001010110100010111010001010101110111110111001111011001110100111 | e795a2e8abbee7b3a7 |
| UHC | 畢諾糧 | 111110011011010011010001111001111101010111011101 | f9b4d1e7d5dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)