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 | 111000001101110001000110 | e0dc46 |
EUC-JP | 玳F | 111000001101111001000110 | e0de46 |
UTF-8 | 玳F | 11100111100011101011001101000110 | e78eb346 |
UHC | 玳F | 110100111110010101000110 | d3e546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)