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 | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
SJIS-WIN | ツ嘆ツ達@B | 1100001010010010010100011100001010010010010000100100000001000010 | c29251c292424042 |
EUC-JP | ツ嘆ツ達@B | 10001110110000101100001110110010100011101100001011000011101000110100000001000010 | 8ec2c3b28ec2c3a34042 |
UTF-8 | ツ嘆ツ達@B | 1110111110111110100000101110010110011000100001101110111110111110100000101110100110000001100101000100000001000010 | efbe82e59886efbe82e981944042 |
UHC | ?嘆?達@B | 0011111111110111101000110011111111010011101110010100000001000010 | 3ff7a33fd3b94042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)