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 | 髮鷺キわ澄 | 111010011001101110001101111010111011011110000010111011011001000010011111 | e99b8debb782ed909f |
EUC-JP | 髮鷺キわ澄 | 11110001111110111011101011101101100011101011011110100100111011111100000010100001 | f1fbbaed8eb7a4efc0a1 |
UTF-8 | 髮鷺キわ澄 | 111010011010101110101110111010011011011110111010111011111011110110110111111000111000001010001111111001101011111010000100 | e9abaee9b7baefbdb7e3828fe6be84 |
UHC | 髮鷺?わ澄 | 110110111010010111010110110111000011111110101010111011111111001110100101 | dba5d6dc3faaeff3a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)