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 | êÚ¬º | 11101010110110101010110010111010 | eadaacba |
SJIS-WIN | ??¬? | 0011111100111111100000011100101000111111 | 3f3f81ca3f |
EUC-JP | êÚ¬º | 1000111110101011101101001000111110101010111000101010001011001100100011111010001011101011 | 8fabb48faae2a2cc8fa2eb |
UTF-8 | êÚ¬º | 1100001110101010110000111001101011000010101011001100001010111010 | c3aac39ac2acc2ba |
UHC | ???º | 0011111100111111001111111010100010101100 | 3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)