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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ツ敕敖姆B | 1100001010011101110000111001110111000010100110110100011101000010 | c29dc39dc29b4742 |
EUC-JP | ツ敕敖姆B | 100011101100001011011010110001011101101011000100110101011010100001000010 | 8ec2dac5dac4d5a842 |
UTF-8 | ツ敕敖姆B | 11101111101111101000001011100110100101011001010111100110100101011001011011100101101001111000011001000010 | efbe82e69595e69596e5a78642 |
UHC | ??敖姆B | 00111111001111111110011111111001110110011011010101000010 | 3f3fe7f9d9b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)