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Ìd | 111000110100111010000010110011001000111001100100 | e34e82cc8e64 |
SJIS-WIN | ?N???d | 001111110100111000111111001111110011111101100100 | 3f4e3f3f3f64 |
EUC-JP | ãN?Ì?d | 10001111101010111010101001001110001111111000111110101010110000000011111101100100 | 8fabaa4e3f8faac03f64 |
UTF-8 | ãNÌd | 11000011101000110100111011000010100000101100001110001100110000101000111001100100 | c3a34ec282c38cc28e64 |
UHC | ?N???d | 001111110100111000111111001111110011111101100100 | 3f4e3f3f3f64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)