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 | ãNÌc | 111000110100111010000010110011001000111001100011 | e34e82cc8e63 |
SJIS-WIN | ?N???c | 001111110100111000111111001111110011111101100011 | 3f4e3f3f3f63 |
EUC-JP | ãN?Ì?c | 10001111101010111010101001001110001111111000111110101010110000000011111101100011 | 8fabaa4e3f8faac03f63 |
UTF-8 | ãNÌc | 11000011101000110100111011000010100000101100001110001100110000101000111001100011 | c3a34ec282c38cc28e63 |
UHC | ?N???c | 001111110100111000111111001111110011111101100011 | 3f4e3f3f3f63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)