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 | 醫?指 | 1110011111001110001111111000111001110111 | e7ce3f8e77 |
| EUC-JP | 醫?指 | 1110111011010000001111111011101111011000 | eed03fbbd8 |
| UTF-8 | 醫렪指 | 111010011000011010101011111010111010000010101010111001101000110010000111 | e986abeba0aae68c87 |
| UHC | 醫렪指 | 111011001010001010001110101110001111001010100110 | eca28eb8f2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)