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 | 業???? | 100010111100011000111111001111110011111100111111 | 8bc63f3f3f3f |
| EUC-JP | 業??沅? | 1011011011001000001111110011111110001111110001101110100100111111 | b6c83f3f8fc6e93f |
| UTF-8 | 業좊슩沅멟 | 111001101010010110101101111011001010001010001010111011001000101010101001111001101011001010000101111010111010100110011111 | e6a5adeca28aec8aa9e6b285eba99f |
| UHC | 業좊슩沅멟 | 11100101111101101010000011101011100110101011001011101010101101101001000101001111 | e5f6a0eb9ab2eab6914f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)