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 | 跌キ蛛イ隰 | 1110011011101001101101111110010110000001101100101110100010101100 | e6e9b7e581b2e8ac |
| EUC-JP | 跌キ蛛イ隰 | 11101100111010111000111010110111111010011110000110001110101100101111000010101110 | eceb8eb7e9e18eb2f0ae |
| UTF-8 | 跌キ蛛イ隰 | 111010001011011110001100111011111011110110110111111010001001101110011011111011111011110110110010111010011001101010110000 | e8b78cefbdb7e89b9befbdb2e99ab0 |
| UHC | 跌?蛛?? | 11110010111101100011111111110001110010000011111100111111 | f2f63ff1c83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)