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 | ?VF | 001111110101011001000110 | 3f5646 |
SJIS-WIN | ?VF | 001111110101011001000110 | 3f5646 |
EUC-JP | 杈VF | 1000111111000010111110100101011001000110 | 8fc2fa5646 |
UTF-8 | 杈VF | 1110011010011101100010000101011001000110 | e69d885646 |
UHC | ?VF | 001111110101011001000110 | 3f5646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)