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 | ????l | 0011111100111111001111110011111101101100 | 3f3f3f3f6c |
SJIS-WIN | ツ陳愿ェl | 11000010100100101100001010011100110000111010101001101100 | c292c29cc3aa6c |
EUC-JP | ツ陳愿ェl | 100011101100001011000100110001001101100011000101100011101010101001101100 | 8ec2c4c4d8c58eaa6c |
UTF-8 | ツ陳愿ェl | 11101111101111101000001011101001100110011011001111100110100001001011111111101111101111011010101001101100 | efbe82e999b3e684bfefbdaa6c |
UHC | ?陳愿?l | 00111111111100101110011111101010101101000011111101101100 | 3ff2e7eab43f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)