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?? | 0011111100111111011011010011111100111111 | 3f3f6d3f3f |
SJIS-WIN | テ・mツ船 | 110000111010010101101101110000101001000101000100 | c3a56dc29144 |
EUC-JP | テ・mツ船 | 100011101100001110001110101001010110110110001110110000101100000110100101 | 8ec38ea56d8ec2c1a5 |
UTF-8 | テ・mツ船 | 11101111101111101000001111101111101111011010010101101101111011111011111010000010111010001000100010111001 | efbe83efbda56defbe82e888b9 |
UHC | ??m?船 | 001111110011111101101101001111111110000011001111 | 3f3f6d3fe0cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)