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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 癬纖?癬 | 11100001100111011110001110011001001111111110000110011101 | e19de3993fe19d |
EUC-JP | 癬纖?癬 | 11100001111111011110010111111001001111111110000111111101 | e1fde5f93fe1fd |
UTF-8 | 癬纖卨癬 | 111001111001100110101100111001111011101010010110111001011000110110101000111001111001100110101100 | e799ace7ba96e58da8e799ac |
UHC | 癬纖卨癬 | 1110000011001000111000001110100111100000110110011110000011001000 | e0c8e0e9e0d9e0c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)