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 | 他足脱息^ | 100100011011110010010001101010111001001001000101100100011010011101011110 | 91bc91ab924591a75e |
EUC-JP | 他足脱息^ | 110000101011111011000010101011011100001110100110110000101010100101011110 | c2bec2adc3a6c2a95e |
UTF-8 | 他足脱息^ | 11100100101110111001011011101000101101101011001111101000100001001011000111100110100000011010111101011110 | e4bb96e8b6b3e884b1e681af5e |
UHC | 他足?息^ | 1111011011100010111100001110101100111111111000111101001101011110 | f6e2f0eb3fe3d35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)