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 | 佃敎??源 | 1001001011001111111110101100110100111111001111111000110010111001 | 92cffacd3f3f8cb9 |
| EUC-JP | 佃???源 | 11000100110100010011111100111111001111111011100010111011 | c4d13f3f3fb8bb |
| UTF-8 | 佃敎렪렪源 | 111001001011110110000011111001101001010110001110111010111010000010101010111010111010000010101010111001101011101010010000 | e4bd83e6958eeba0aaeba0aae6ba90 |
| UHC | 佃敎렪렪源 | 11101110111011001100111011100111100011101011100010001110101110001110101010111001 | eeeccee78eb88eb8eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)