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 | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 冗遡F | 1000111111100111100100010110101101000110 | 8fe7916b46 |
EUC-JP | 冗遡F | 1011111011101001110000011100110001000110 | bee9c1cc46 |
UTF-8 | 冗遡F | 11100101100001101001011111101001100000011010000101000110 | e58697e981a146 |
UHC | 冗遡F | 1110100110110111111000011100111101000110 | e9b7e1cf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)