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 | 皰篳[}皰篳[{^ | 11100001101011001110001011001000010110110111110111100001101011001110001011001000010110110111101101011110 | e1ace2c85b7de1ace2c85b7b5e |
EUC-JP | 皰篳[}皰篳[{^ | 11100010101011101110010011001010010110110111110111100010101011101110010011001010010110110111101101011110 | e2aee4ca5b7de2aee4ca5b7b5e |
UTF-8 | 皰篳[}皰篳[{^ | 1110011110011010101100001110011110101111101100110101101101111101111001111001101010110000111001111010111110110011010110110111101101011110 | e79ab0e7afb35b7de79ab0e7afb35b7b5e |
UHC | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)