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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 狸但D狸但D^ | 1001001001001011100100100100000101000100100100100100101110010010010000010100010001011110 | 924b924144924b9241445e |
EUC-JP | 狸但D狸但D^ | 1100001110101100110000111010001001000100110000111010110011000011101000100100010001011110 | c3acc3a244c3acc3a2445e |
UTF-8 | 狸但D狸但D^ | 111001111000101110111000111001001011110110000110010001001110011110001011101110001110010010111101100001100100010001011110 | e78bb8e4bd8644e78bb8e4bd86445e |
UHC | 狸但D狸但D^ | 1101011111100001110100111010001101000100110101111110000111010011101000110100010001011110 | d7e1d3a344d7e1d3a3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)