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 | 他足脱箪 | 1001000110111100100100011010101110010010010001011001001001011100 | 91bc91ab9245925c |
EUC-JP | 他足脱箪 | 1100001010111110110000101010110111000011101001101100001110111101 | c2bec2adc3a6c3bd |
UTF-8 | 他足脱箪 | 111001001011101110010110111010001011011010110011111010001000010010110001111001111010111010101010 | e4bb96e8b6b3e884b1e7aeaa |
UHC | 他足?? | 111101101110001011110000111010110011111100111111 | f6e2f0eb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)