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^ | 111000101011001110001010111001101000100010111101010011110110001101011110 | e2b38ae688bd4f635e |
SJIS-WIN | ??????Oc^ | 001111110011111100111111001111110011111100111111010011110110001101011110 | 3f3f3f3f3f3f4f635e |
EUC-JP | â??æ??Oc^ | 10001111101010111010010000111111001111111000111110101001110000010011111100111111010011110110001101011110 | 8faba43f3f8fa9c13f3f4f635e |
UTF-8 | â³æ½Oc^ | 110000111010001011000010101100111100001010001010110000111010011011000010100010001100001010111101010011110110001101011110 | c3a2c2b3c28ac3a6c288c2bd4f635e |
UHC | ?³?æ?½Oc^ | 001111111010100111111000001111111010100110100001001111111010100011110110010011110110001101011110 | 3fa9f83fa9a13fa8f64f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)