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 | ù¤F | 1111100110100100100011101010110101000110 | f9a48ead46 |
SJIS-WIN | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
EUC-JP | ù¤??F | 100011111010101111100011100011111010001011110000001111110011111101000110 | 8fabe38fa2f03f3f46 |
UTF-8 | ù¤F | 110000111011100111000010101001001100001010001110110000101010110101000110 | c3b9c2a4c28ec2ad46 |
UHC | ?¤?F | 00111111101000101011010000111111101000011010100101000110 | 3fa2b43fa1a946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)