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 | 100101010111000001000110 | 957046 |
EUC-JP | 頻F | 110010011101000101000110 | c9d146 |
UTF-8 | 頻F | 11101001101000001011101101000110 | e9a0bb46 |
UHC | 頻F | 110111101011101001000110 | deba46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)