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 | 業???闇 | 10001011110001100011111100111111001111111000100011000101 | 8bc63f3f3f88c5 |
| EUC-JP | 業???闇 | 10110110110010000011111100111111001111111011000011000111 | b6c83f3f3fb0c7 |
| UTF-8 | 業볃뉖츍闇 | 111001101010010110101101111010111011001110000011111010111000100110010110111011001011100010001101111010011001011110000111 | e6a5adebb383eb8996ecb88de99787 |
| UHC | 業볃뉖츍闇 | 11100101111101101001001111010001100001111110101110101110100010001110010011100001 | e5f693d187ebae88e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)