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 | ä¢ZB | 11100100101000101000111010001111100011110101101001000010 | e4a28e8f8f5a42 |
SJIS-WIN | ?¢???ZB | 0011111110000001100100010011111100111111001111110101101001000010 | 3f81913f3f3f5a42 |
EUC-JP | �??ZB | 10001111101010111010001110100001111100010011111100111111001111110101101001000010 | 8faba3a1f13f3f3f5a42 |
UTF-8 | ä¢ZB | 110000111010010011000010101000101100001010001110110000101000111111000010100011110101101001000010 | c3a4c2a2c28ec28fc28f5a42 |
UHC | ?????ZB | 00111111001111110011111100111111001111110101101001000010 | 3f3f3f3f3f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)