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 | 飮θ? | 1001111101011010100000111100011000111111 | 9f5a83c63f |
| EUC-JP | 飮θ? | 1101110110111011101001101100100000111111 | ddbba6c83f |
| UTF-8 | 飮θ닃 | 1110100110100011101011101100111010111000111010111000101110000011 | e9a3aeceb8eb8b83 |
| UHC | 飮θ닃 | 111010111110011010100101111010001000100010001100 | ebe6a5e8888c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)