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 | ?E^ | 001111110100010101011110 | 3f455e |
SJIS-WIN | 盖E^ | 11100001101100110100010101011110 | e1b3455e |
EUC-JP | 盖E^ | 11100010101101010100010101011110 | e2b5455e |
UTF-8 | 盖E^ | 1110011110011011100101100100010101011110 | e79b96455e |
UHC | 盖E^ | 11001011110011000100010101011110 | cbcc455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)