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 | 鴛^ | 100010011001010101011110 | 89955e |
EUC-JP | 鴛^ | 101100011111010101011110 | b1f55e |
UTF-8 | 鴛^ | 11101001101101001001101101011110 | e9b49b5e |
UHC | 鴛^ | 111010101100010001011110 | eac45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)