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 | 冐引か | 111000111110110010001000111110001000001010101001 | e3ec88f882a9 |
| EUC-JP | 冐引か | 111001101110111010110000111110101010010010101011 | e6eeb0faa4ab |
| UTF-8 | 冐引か | 111001011000011010010000111001011011110010010101111000111000000110001011 | e58690e5bc95e3818b |
| UHC | ?引か | 0011111111101100110110101010101010101011 | 3fecdaaaab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)