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 | 作^ | 100011011110110001011110 | 8dec5e |
EUC-JP | 作^ | 101110101110111001011110 | baee5e |
UTF-8 | 作^ | 11100100101111011001110001011110 | e4bd9c5e |
UHC | 作^ | 111011011100001001011110 | edc25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)