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 | 00111111001111110011111100111111001111110011111101001101 | 3f3f3f3f3f3f4d |
SJIS-WIN | 豐サ辷ィ謐ィM | 11100110101100101011101111100111100010001010100011100110100011011010100001001101 | e6b2bbe788a8e68da84d |
EUC-JP | 豐サ辷ィ謐ィM | 11101100101101001000111010111011111011011110100010001110101010001110101111101101100011101010100001001101 | ecb48ebbede88ea8ebed8ea84d |
UTF-8 | 豐サ辷ィ謐ィM | 11101000101100011001000011101111101111011011101111101000101111101011011111101111101111011010100011101000101011001001000011101111101111011010100001001101 | e8b190efbdbbe8beb7efbda8e8ac90efbda84d |
UHC | ????謐?M | 0011111100111111001111110011111111011010110011010011111101001101 | 3f3f3f3fdacd3f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)