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^ | 100110011001110100111111010001001001100110011101001111110100010001011110 | 999d3f44999d3f445e |
EUC-JP | 劑?D劑?D^ | 110100011111110100111111010001001101000111111101001111110100010001011110 | d1fd3f44d1fd3f445e |
UTF-8 | 劑렣D劑렣D^ | 111001011000101010010001111010111010000010100011010001001110010110001010100100011110101110100000101000110100010001011110 | e58a91eba0a344e58a91eba0a3445e |
UHC | 劑렣D劑렣D^ | 1111000010100101100011101011010001000100111100001010010110001110101101000100010001011110 | f0a58eb444f0a58eb4445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)