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 | ç¹ë³¤ùú | 1110011110111001100111101110101110110011101001001111100111111010 | e7b99eebb3a4f9fa |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ç??ë?¤ùú | 100011111010101110101110001111110011111110001111101010111011001100111111100011111010001011110000100011111010101111100011100011111010101111100010 | 8fabae3f3f8fabb33f8fa2f08fabe38fabe2 |
UTF-8 | ç¹ë³¤ùú | 11000011101001111100001010111001110000101001111011000011101010111100001010110011110000101010010011000011101110011100001110111010 | c3a7c2b9c29ec3abc2b3c2a4c3b9c3ba |
UHC | ?¹??³¤?? | 0011111110101001111101100011111100111111101010011111100010100010101101000011111100111111 | 3fa9f63f3fa9f8a2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)