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 | 1110000011100010111000001100100101000110 | e0e2e0c946 |
EUC-JP | 珞猖F | 1110000011100100111000001100101101000110 | e0e4e0cb46 |
UTF-8 | 珞猖F | 11100111100011111001111011100111100011001001011001000110 | e78f9ee78c9646 |
UHC | 珞猖F | 1101010110101000111100111110100101000110 | d5a8f3e946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)