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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鷹?蹈 | 1001000111101001001111111110011101000100 | 91e93fe744 |
EUC-JP | 鷹?蹈 | 1100001011101011001111111110110110100101 | c2eb3feda5 |
UTF-8 | 鷹잿蹈 | 111010011011011110111001111011001001111010111111111010001011100110001000 | e9b7b9ec9ebfe8b988 |
UHC | 鷹잿蹈 | 111010111110110111000000111011011101010010110000 | ebedc0edd4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)