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 | 磬鴣^ | 11100111101000111010110011101001101101001010001101011110 | e7a3ace9b4a35e |
SJIS-WIN | ?£¬?´£^ | 0011111110000001100100101000000111001010001111111000000101001100100000011001001001011110 | 3f819281ca3f814c81925e |
EUC-JP | 磬鴣^ | 100011111010101110101110101000011111001010100010110011001000111110101011101100011010000110101101101000011111001001011110 | 8fabaea1f2a2cc8fabb1a1ada1f25e |
UTF-8 | 磬鴣^ | 11000011101001111100001010100011110000101010110011000011101010011100001010110100110000101010001101011110 | c3a7c2a3c2acc3a9c2b4c2a35e |
UHC | ????´?^ | 0011111100111111001111110011111110100010101001010011111101011110 | 3f3f3f3fa2a53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)