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 | 源???鬱 | 10001100101110010011111100111111001111111001111101010100 | 8cb93f3f3f9f54 |
| EUC-JP | 源?勖?鬱 | 101110001011101100111111100011111011001111101101001111111101110110110101 | b8bb3f8fb3ed3fddb5 |
| UTF-8 | 源렰勖렢鬱 | 111001101011101010010000111010111010000010110000111001011000101110010110111010111010000010100010111010011010110010110001 | e6ba90eba0b0e58b96eba0a2e9acb1 |
| UHC | 源렰勖렢鬱 | 11101010101110011000111010111101111010011110110110001110101100111110101010100110 | eab98ebde9ed8eb3eaa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)