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 | 鹽??揖ч | 1110101001100100001111110011111110010111010010111000010010001001 | ea643f3f974b8489 |
EUC-JP | 鹽??揖ч | 1111001111000101001111110011111111001101101011001010011111101001 | f3c53f3fcdaca7e9 |
UTF-8 | 鹽뽮낀揖ч | 1110100110111001101111011110101110111101101011101110101110000010100000001110011010001111100101101101000110000111 | e9b9bdebbdaeeb8280e68f96d187 |
UHC | 鹽뽮낀揖ч | 11100111101001001001011011101010101100111010010011101011111001111010110011101001 | e7a496eab3a4ebe7ace9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)