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 | 100110110111101001000110 | 9b7a46 |
EUC-JP | 孵F | 110101011101101101000110 | d5db46 |
UTF-8 | 孵F | 11100101101011011011010101000110 | e5adb546 |
UHC | 孵F | 110111011010001001000110 | dda246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)