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 | 001111110011111100111111001111110011111101101101 | 3f3f3f3f3f6d |
SJIS-WIN | ツ偲ョテェm | 11000010100011101100001110101110110000111010101001101101 | c28ec3aec3aa6d |
EUC-JP | ツ偲ョテェm | 1000111011000010101111001100010110001110101011101000111011000011100011101010101001101101 | 8ec2bcc58eae8ec38eaa6d |
UTF-8 | ツ偲ョテェm | 11101111101111101000001011100101100000011011001011101111101111011010111011101111101111101000001111101111101111011010101001101101 | efbe82e581b2efbdaeefbe83efbdaa6d |
UHC | ?????m | 001111110011111100111111001111110011111101101101 | 3f3f3f3f3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)