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 | 嶢擁}嶢擁{^ | 1001101111010000100101110110100101111101100110111101000010010111011010010111101101011110 | 9bd097697d9bd097697b5e |
EUC-JP | 嶢擁}嶢擁{^ | 1101011011010010110011011100101001111101110101101101001011001101110010100111101101011110 | d6d2cdca7dd6d2cdca7b5e |
UTF-8 | 嶢擁}嶢擁{^ | 111001011011011010100010111001101001001110000001011111011110010110110110101000101110011010010011100000010111101101011110 | e5b6a2e693817de5b6a2e693817b5e |
UHC | 嶢擁}嶢擁{^ | 1110100011110010111010001011011001111101111010001111001011101000101101100111101101011110 | e8f2e8b67de8f2e8b67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)