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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 竪丹脱賊^ | 100100100100011110010010010011111001001001000101100100011010111101011110 | 9247924f924591af5e |
EUC-JP | 竪丹脱賊^ | 110000111010100011000011101100001100001110100110110000101011000101011110 | c3a8c3b0c3a6c2b15e |
UTF-8 | 竪丹脱賊^ | 11100111101010111010101011100100101110001011100111101000100001001011000111101000101100111000101001011110 | e7abaae4b8b9e884b1e8b38a5e |
UHC | 竪丹?賊^ | 1110001010110101110100111010000100111111111011101110010001011110 | e2b5d3a13feee45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)