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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | ツ〕ツ〕F | 11000010100000010110110011000010100000010110110001000110 | c2816cc2816c46 |
EUC-JP | ツ〕ツ〕F | 100011101100001010100001110011011000111011000010101000011100110101000110 | 8ec2a1cd8ec2a1cd46 |
UTF-8 | ツ〕ツ〕F | 11101111101111101000001011100011100000001001010111101111101111101000001011100011100000001001010101000110 | efbe82e38095efbe82e3809546 |
UHC | ?〕?〕F | 00111111101000011011001100111111101000011011001101000110 | 3fa1b33fa1b346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)