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 | 0011111101000110 | 3f46 |
SJIS-WIN | 拔F | 100111010101010101000110 | 9d5546 |
EUC-JP | 拔F | 110110011011011001000110 | d9b646 |
UTF-8 | 拔F | 11100110100010111001010001000110 | e68b9446 |
UHC | 拔F | 110110101111101101000110 | dafb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)