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 | â¢CRE | 1110001010100010100000101000111110001111010000110101001001000101 | e2a2828f8f435245 |
SJIS-WIN | ?¢???CRE | 001111111000000110010001001111110011111100111111010000110101001001000101 | 3f81913f3f3f435245 |
EUC-JP | �??CRE | 1000111110101011101001001010000111110001001111110011111100111111010000110101001001000101 | 8faba4a1f13f3f3f435245 |
UTF-8 | â¢CRE | 11000011101000101100001010100010110000101000001011000010100011111100001010001111010000110101001001000101 | c3a2c2a2c282c28fc28f435245 |
UHC | ?????CRE | 0011111100111111001111110011111100111111010000110101001001000101 | 3f3f3f3f3f435245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)