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 | 蠍戰蠍戰^ | 111001011011011010011101010001001110010110110110100111010100010001011110 | e5b69d44e5b69d445e |
EUC-JP | 蠍戰蠍戰^ | 111010101011100011011001101001011110101010111000110110011010010101011110 | eab8d9a5eab8d9a55e |
UTF-8 | 蠍戰蠍戰^ | 11101000101000001000110111100110100010001011000011101000101000001000110111100110100010001011000001011110 | e8a08de688b0e8a08de688b05e |
UHC | ?戰?戰^ | 00111111111011101111101000111111111011101111101001011110 | 3feefa3feefa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)