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 | 迢キ蛛イ隰 | 1110011110001011101101111110010110000001101100101110100010101100 | e78bb7e581b2e8ac |
| EUC-JP | 迢キ蛛イ隰 | 11101101111010111000111010110111111010011110000110001110101100101111000010101110 | edeb8eb7e9e18eb2f0ae |
| UTF-8 | 迢キ蛛イ隰 | 111010001011111110100010111011111011110110110111111010001001101110011011111011111011110110110010111010011001101010110000 | e8bfa2efbdb7e89b9befbdb2e99ab0 |
| UHC | ??蛛?? | 001111110011111111110001110010000011111100111111 | 3f3ff1c83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)