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^ | 0011111100111111010011110110001101011110 | 3f3f4f635e |
EUC-JP | ?戽Oc^ | 00111111100011111011111110110010010011110110001101011110 | 3f8fbfb24f635e |
UTF-8 | Ⳋ戽Oc^ | 111000101011001110001010111001101000100010111101010011110110001101011110 | e2b38ae688bd4f635e |
UHC | ??Oc^ | 0011111100111111010011110110001101011110 | 3f3f4f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)