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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 咫陌??翁ⅱ | 10011010010000001110100010011001001111110011111110001001101001011111101001000001 | 9a40e8993f3f89a5fa41 |
| EUC-JP | 咫陌??翁? | 110100111010000111101111111110010011111100111111101100101010011100111111 | d3a1eff93f3fb2a73f |
| UTF-8 | 咫陌렫렲翁ⅱ | 111001011001001010101011111010011001100110001100111010111010000010101011111010111010000010110010111001111011111110000001111000101000010110110001 | e592abe9998ceba0abeba0b2e7bf81e285b1 |
| UHC | 咫陌렫렲翁ⅱ | 111100101010000111011000111010001000111010111001100011101011111111101000101110101010010110100010 | f2a1d8e88eb98ebfe8baa5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)