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 | ┳^ | 100001001011000101011110 | 84b15e |
EUC-JP | ┳^ | 101010001011001101011110 | a8b35e |
UTF-8 | ┳^ | 11100010100101001011001101011110 | e294b35e |
UHC | ┳^ | 101001101011001101011110 | a6b35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)