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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 邱戳[}邱戳[{^ | 11100111101101111001110101000110010110110111110111100111101101111001110101000110010110110111101101011110 | e7b79d465b7de7b79d465b7b5e |
EUC-JP | 邱戳[}邱戳[{^ | 11101110101110011101100110100111010110110111110111101110101110011101100110100111010110110111101101011110 | eeb9d9a75b7deeb9d9a75b7b5e |
UTF-8 | 邱戳[}邱戳[{^ | 1110100110000010101100011110011010001000101100110101101101111101111010011000001010110001111001101000100010110011010110110111101101011110 | e982b1e688b35b7de982b1e688b35b7b5e |
UHC | 邱?[}邱?[{^ | 1100111111001000001111110101101101111101110011111100100000111111010110110111101101011110 | cfc83f5b7dcfc83f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)