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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 癌??毅? | 10001010111000000011111100111111100010110100001000111111 | 8ae03f3f8b423f |
| EUC-JP | 癌??毅? | 10110100111000100011111100111111101101011010001100111111 | b4e23f3fb5a33f |
| UTF-8 | 癌뺣쪣毅튟 | 111001111001100110001100111010111011101010100011111011001010101010100011111001101010111110000101111011011000101010011111 | e7998cebbaa3ecaaa3e6af85ed8a9f |
| UHC | 癌뺣쪣毅튟 | 11100100110111111001010111101011101001011001110011101011111101101011101001001111 | e4df95eba59cebf6ba4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)