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 | ä¸ï½¦[ | 11100100101110001000101011101111101111011010011001011011 | e4b88aefbda65b |
SJIS-WIN | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
EUC-JP | ��[ | 100011111010101110100011100011111010001010110001001111111000111110101011110000010011111110001111101000101100001101011011 | 8faba38fa2b13f8fabc13f8fa2c35b |
UTF-8 | ä¸ï½¦[ | 11000011101001001100001010111000110000101000101011000011101011111100001010111101110000101010011001011011 | c3a4c2b8c28ac3afc2bdc2a65b |
UHC | ?¸??½?[ | 001111111010001010101100001111110011111110101000111101100011111101011011 | 3fa2ac3f3fa8f63f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)