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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 魏イ鮖ソ^ | 11101001101100001011001011101001101110011011111101011110 | e9b0b2e9b9bf5e |
| EUC-JP | 魏イ鮖ソ^ | 111100101011001010001110101100101111001010111011100011101011111101011110 | f2b28eb2f2bb8ebf5e |
| UTF-8 | 魏イ鮖ソ^ | 11101001101011011000111111101111101111011011001011101001101011101001011011101111101111011011111101011110 | e9ad8fefbdb2e9ae96efbdbf5e |
| UHC | 魏???^ | 111010101110000000111111001111110011111101011110 | eae03f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)