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 | ç¸ç®ï¼ | 1110011110001101101110001110011110101110100100101110111110111100 | e78db8e7ae92efbc |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ç?¸ç®?ï? | 100011111010101110101110001111111000111110100010101100011000111110101011101011101000111110100010111011100011111110001111101010111100000100111111 | 8fabae3f8fa2b18fabae8fa2ee3f8fabc13f |
UTF-8 | ç¸ç®ï¼ | 11000011101001111100001010001101110000101011100011000011101001111100001010101110110000101001001011000011101011111100001010111100 | c3a7c28dc2b8c3a7c2aec292c3afc2bc |
UHC | ??¸?®??¼ | 0011111100111111101000101010110000111111101000101110011100111111001111111010100011111001 | 3f3fa2ac3fa2e73f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)