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 | 轅絞??? | 11100111011101101000110101101001001111110011111100111111 | e7768d693f3f3f |
| EUC-JP | 轅絞??? | 11101101110101111011100111001010001111110011111100111111 | edd7b9ca3f3f3f |
| UTF-8 | 轅絞렗흠렧 | 111010001011110110000101111001111011010110011110111010111010000010010111111011011001110110100000111010111010000010100111 | e8bd85e7b59eeba097ed9da0eba0a7 |
| UHC | 轅絞렗흠렧 | 11101010101111111100111011101101100011101010110011001000111011001000111010110110 | eabfceed8eacc8ec8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)