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 | 1111100111101100111110011110110001000010 | f9ecf9ec42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ùìùìB | 10001111101010111110001110001111101010111100000010001111101010111110001110001111101010111100000001000010 | 8fabe38fabc08fabe38fabc042 |
UTF-8 | ùìùìB | 110000111011100111000011101011001100001110111001110000111010110001000010 | c3b9c3acc3b9c3ac42 |
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)