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 | è¹ë£¸ë¼ | 1110100010111001100000101110101110100011101110001110101110111100 | e8b982eba3b8ebbc |
SJIS-WIN | ????£??? | 001111110011111100111111001111111000000110010010001111110011111100111111 | 3f3f3f3f81923f3f3f |
EUC-JP | è??룸ë? | 1000111110101011101100100011111100111111100011111010101110110011101000011111001010001111101000101011000110001111101010111011001100111111 | 8fabb23f3f8fabb3a1f28fa2b18fabb33f |
UTF-8 | è¹ë£¸ë¼ | 11000011101010001100001010111001110000101000001011000011101010111100001010100011110000101011100011000011101010111100001010111100 | c3a8c2b9c282c3abc2a3c2b8c3abc2bc |
UHC | ?¹???¸?¼ | 0011111110101001111101100011111100111111001111111010001010101100001111111010100011111001 | 3fa9f63f3f3fa2ac3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)