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 | 幗躬幗躬^ | 100110111110110011100111010110101001101111101100111001110101101001011110 | 9bece75a9bece75a5e |
EUC-JP | 幗躬幗躬^ | 110101101110111011101101101110111101011011101110111011011011101101011110 | d6eeedbbd6eeedbb5e |
UTF-8 | 幗躬幗躬^ | 11100101101110011001011111101000101110101010110011100101101110011001011111101000101110101010110001011110 | e5b997e8baace5b997e8baac5e |
UHC | ?躬?躬^ | 00111111110011111110010100111111110011111110010101011110 | 3fcfe53fcfe55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)