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 | âÁöÎB | 1110001011000001111101101100111001000010 | e2c1f6ce42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | âÁöÎB | 10001111101010111010010010001111101010101010000110001111101010111101001110001111101010101100001001000010 | 8faba48faaa18fabd38faac242 |
UTF-8 | âÁöÎB | 110000111010001011000011100000011100001110110110110000111000111001000010 | c3a2c381c3b6c38e42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)