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 | ????[ | 0011111100111111001111110011111101011011 | 3f3f3f3f5b |
SJIS-WIN | 他足脱箪[ | 100100011011110010010001101010111001001001000101100100100101110001011011 | 91bc91ab9245925c5b |
EUC-JP | 他足脱箪[ | 110000101011111011000010101011011100001110100110110000111011110101011011 | c2bec2adc3a6c3bd5b |
UTF-8 | 他足脱箪[ | 11100100101110111001011011101000101101101011001111101000100001001011000111100111101011101010101001011011 | e4bb96e8b6b3e884b1e7aeaa5b |
UHC | 他足??[ | 11110110111000101111000011101011001111110011111101011011 | f6e2f0eb3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)