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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 魯? | 100110000100010000111111 | 98443f |
| EUC-JP | 魯? | 110011111010010100111111 | cfa53f |
| UTF-8 | 魯눅 | 111010011010110110101111111010111000100010000101 | e9adafeb8885 |
| UHC | 魯눅 | 11010110110110111011010010101010 | d6dbb4aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)