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 | 磋魏灌豎^ | 111000011111011011101001101100001001111111110011111001101011000101011110 | e1f6e9b09ff3e6b15e |
EUC-JP | 磋魏灌豎^ | 111000101111100011110010101100101101111011110101111011001011001101011110 | e2f8f2b2def5ecb35e |
UTF-8 | 磋魏灌豎^ | 11100111101000111000101111101001101011011000111111100111100000011000110011101000101100011000111001011110 | e7a38be9ad8fe7818ce8b18e5e |
UHC | 磋魏灌?^ | 1111001110101111111010101110000011001110101101000011111101011110 | f3afeae0ceb43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)