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 | 嶢順}嶢順{^ | 1001101111010000100011111000011101111101100110111101000010001111100001110111101101011110 | 9bd08f877d9bd08f877b5e |
EUC-JP | 嶢順}嶢順{^ | 1101011011010010101111011110011101111101110101101101001010111101111001110111101101011110 | d6d2bde77dd6d2bde77b5e |
UTF-8 | 嶢順}嶢順{^ | 111001011011011010100010111010011010000010000110011111011110010110110110101000101110100110100000100001100111101101011110 | e5b6a2e9a0867de5b6a2e9a0867b5e |
UHC | 嶢順}嶢順{^ | 1110100011110010111000101111011101111101111010001111001011100010111101110111101101011110 | e8f2e2f77de8f2e2f77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)