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 | 頑^ | 100010101110011001011110 | 8ae65e |
EUC-JP | 頑^ | 101101001110100001011110 | b4e85e |
UTF-8 | 頑^ | 11101001101000001001000101011110 | e9a0915e |
UHC | 頑^ | 111010001101011101011110 | e8d75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)