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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
| SJIS-WIN | 痰ュ痰ャF | 11100001100000101010110111100001100000101010110001000110 | e182ade182ac46 |
| EUC-JP | 痰ュ痰ャF | 111000011110001010001110101011011110000111100010100011101010110001000110 | e1e28eade1e28eac46 |
| UTF-8 | 痰ュ痰ャF | 11100111100101111011000011101111101111011010110111100111100101111011000011101111101111011010110001000110 | e797b0efbdade797b0efbdac46 |
| UHC | 痰?痰?F | 11010011110000110011111111010011110000110011111101000110 | d3c33fd3c33f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)