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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 應梨應悧^ | 100111001110010010010111100111001001110011100100100111001010010001011110 | 9ce4979c9ce49ca45e |
EUC-JP | 應梨應悧^ | 110110001110011011001101111111001101100011100110110110001010011001011110 | d8e6cdfcd8e6d8a65e |
UTF-8 | 應梨應悧^ | 11100110100001111000100111100110101000101010100011100110100001111000100111100110100000101010011101011110 | e68789e6a2a8e68789e682a75e |
UHC | 應梨應悧^ | 111010111110101111010111110111101110101111101011110101111101110001011110 | ebebd7deebebd7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)