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 | 謝執謝執^ | 100011101101001110001110101101111000111011010011100011101011011101011110 | 8ed38eb78ed38eb75e |
EUC-JP | 謝執謝執^ | 101111001101010110111100101110011011110011010101101111001011100101011110 | bcd5bcb9bcd5bcb95e |
UTF-8 | 謝執謝執^ | 11101000101011001001110111100101100111111011011111101000101011001001110111100101100111111011011101011110 | e8ac9de59fb7e8ac9de59fb75e |
UHC | 謝執謝執^ | 110111101111001111110010111110111101111011110011111100101111101101011110 | def3f2fbdef3f2fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)