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 | ?^ | 0011111101011110 | 3f5e |
SJIS-WIN | 照^ | 100011111100011001011110 | 8fc65e |
EUC-JP | 照^ | 101111101100100001011110 | bec85e |
UTF-8 | 照^ | 11100111100001011010011101011110 | e785a75e |
UHC | 照^ | 111100001100111001011110 | f0ce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)