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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鷹②?淞? | 1001000111101001100001110100000100111111100111111100001000111111 | 91e987413f9fc23f |
EUC-JP | 鷹??淞? | 11000010111010110011111100111111110111101100010000111111 | c2eb3f3fdec43f |
UTF-8 | 鷹②븺淞쩒 | 111010011011011110111001111000101001000110100001111010111011100010111010111001101011011110011110111011001010100110010010 | e9b7b9e291a1ebb8bae6b79eeca992 |
UHC | 鷹②븺淞쩒 | 11101011111011011010100011101000100101011010001111100001111001111010010101001001 | ebeda8e895a3e1e7a549 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)