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 | 1111100110101110111110001111110101000010 | f9aef8fd42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ù®øýB | 10001111101010111110001110001111101000101110111010001111101010011100110010001111101010111111001001000010 | 8fabe38fa2ee8fa9cc8fabf242 |
UTF-8 | ù®øýB | 110000111011100111000010101011101100001110111000110000111011110101000010 | c3b9c2aec3b8c3bd42 |
UHC | ?®ø?B | 00111111101000101110011110101001101010100011111101000010 | 3fa2e7a9aa3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)