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 | 幸???? | 100011010100101100111111001111110011111100111111 | 8d4b3f3f3f3f |
| EUC-JP | 幸???? | 101110011010110000111111001111110011111100111111 | b9ac3f3f3f3f |
| UTF-8 | 幸렪뤰曆累 | 111001011011100110111000111010111010000010101010111010111010010010110000111011111010011010001011111011111010010110001111 | e5b9b8eba0aaeba4b0efa68befa58f |
| UHC | 幸렪뤰曆累 | 11111010101110011000111010111000100011111101111011100110101101111101001011101001 | fab98eb88fdee6b7d2e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)