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 | ??Oc^ | 0011111100111111010011110110001101011110 | 3f3f4f635e |
SJIS-WIN | ?谿Oc^ | 001111111110011010101110010011110110001101011110 | 3fe6ae4f635e |
EUC-JP | ?谿Oc^ | 001111111110110010110000010011110110001101011110 | 3fecb04f635e |
UTF-8 | 䵴谿Oc^ | 111001001011010110110100111010001011000010111111010011110110001101011110 | e4b5b4e8b0bf4f635e |
UHC | ?谿Oc^ | 001111111100110110101100010011110110001101011110 | 3fcdac4f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)