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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 操頑}操頑{^ | 1001000110000000100010101110011001111101100100011000000010001010111001100111101101011110 | 91808ae67d91808ae67b5e |
EUC-JP | 操頑}操頑{^ | 1100000111100000101101001110100001111101110000011110000010110100111010000111101101011110 | c1e0b4e87dc1e0b4e87b5e |
UTF-8 | 操頑}操頑{^ | 111001101001001110001101111010011010000010010001011111011110011010010011100011011110100110100000100100010111101101011110 | e6938de9a0917de6938de9a0917b5e |
UHC | 操頑}操頑{^ | 1111000011000011111010001101011101111101111100001100001111101000110101110111101101011110 | f0c3e8d77df0c3e8d77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)