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 | ┠^ | 100001001011010101011110 | 84b55e |
EUC-JP | ┠^ | 101010001011011101011110 | a8b75e |
UTF-8 | ┠^ | 11100010100101001010000001011110 | e294a05e |
UHC | ┠^ | 101001101011011101011110 | a6b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)