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 | 燾ヨ晳 | 1111101101011010110101101111101011011001 | fb5ad6fad9 |
| EUC-JP | 燾ヨ晳 | 1000111111001010101111011000111011010110100011111100001011000100 | 8fcabd8ed68fc2c4 |
| UTF-8 | 燾ヨ晳 | 111001111000011110111110111011111011111010010110111001101001100110110011 | e787beefbe96e699b3 |
| UHC | 燾?晳 | 1101010010100111001111111110000010101111 | d4a73fe0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)