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 | ç¢éA | 111001111010001010001001111010011000000101000001 | e7a289e98141 |
SJIS-WIN | ?¢???A | 00111111100000011001000100111111001111110011111101000001 | 3f81913f3f3f41 |
EUC-JP | ç¢?é?A | 1000111110101011101011101010000111110001001111111000111110101011101100010011111101000001 | 8fabaea1f13f8fabb13f41 |
UTF-8 | ç¢éA | 1100001110100111110000101010001011000010100010011100001110101001110000101000000101000001 | c3a7c2a2c289c3a9c28141 |
UHC | ?????A | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)