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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髮鷺ッ」妤脳 | 11101001100110111000110111101011101011111010001111111010101001001001010001011101 | e99b8debafa3faa4945d |
EUC-JP | 髮鷺ッ」妤脳 | 11110001111110111011101011101101100011101010111110001110101000111000111110111001101011111100011110111110 | f1fbbaed8eaf8ea38fb9afc7be |
UTF-8 | 髮鷺ッ」妤脳 | 111010011010101110101110111010011011011110111010111011111011110110101111111011111011110110100011111001011010011010100100111010001000010010110011 | e9abaee9b7baefbdafefbda3e5a6a4e884b3 |
UHC | 髮鷺???? | 1101101110100101110101101101110000111111001111110011111100111111 | dba5d6dc3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)