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 | 閼ゥ繝ッ髮 | 1110100010000100101010011110001110000011101011111110100110011011 | e884a9e383afe99b |
EUC-JP | 閼ゥ繝ッ髮 | 11101111111001001000111010101001111001011110001110001110101011111111000111111011 | efe48ea9e5e38eaff1fb |
UTF-8 | 閼ゥ繝ッ髮 | 111010011001011010111100111011111011110110101001111001111011100110011101111011111011110110101111111010011010101110101110 | e996bcefbda9e7b99defbdafe9abae |
UHC | 閼???髮 | 11100100110110010011111100111111001111111101101110100101 | e4d93f3f3fdba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)