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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 晳罨晳罨 | 111110101101100111100011101010101111000011000001111110101101100111100011101010101111000011000001 | fad9e3aaf0c1fad9e3aaf0c1 |
| EUC-JP | 晳罨?晳罨? | 100011111100001011000100111001101010110000111111100011111100001011000100111001101010110000111111 | 8fc2c4e6ac3f8fc2c4e6ac3f |
| UTF-8 | 晳罨晳罨 | 111001101001100110110011111001111011110110101000111011101000001010000000111001101001100110110011111001111011110110101000111011101000001010000000 | e699b3e7bda8ee8280e699b3e7bda8ee8280 |
| UHC | 晳??晳?? | 1110000010101111001111110011111111100000101011110011111100111111 | e0af3f3fe0af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)