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 | ?v | 0011111101110110 | 3f76 |
SJIS-WIN | 玳v | 111000001101110001110110 | e0dc76 |
EUC-JP | 玳v | 111000001101111001110110 | e0de76 |
UTF-8 | 玳v | 11100111100011101011001101110110 | e78eb376 |
UHC | 玳v | 110100111110010101110110 | d3e576 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)