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 | ïñ¹M^ | 111011111111000110001110101110010100110101011110 | eff18eb94d5e |
SJIS-WIN | ????M^ | 001111110011111100111111001111110100110101011110 | 3f3f3f3f4d5e |
EUC-JP | ïñ??M^ | 10001111101010111100000110001111101010111101000000111111001111110100110101011110 | 8fabc18fabd03f3f4d5e |
UTF-8 | ïñ¹M^ | 11000011101011111100001110110001110000101000111011000010101110010100110101011110 | c3afc3b1c28ec2b94d5e |
UHC | ???¹M^ | 00111111001111110011111110101001111101100100110101011110 | 3f3f3fa9f64d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)