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 | EAGFc^ | 10010010010001011001001001000001100100100100011110010010010001100110001101011110 | 9245924192479246635e |
SJIS-WIN | ?E?A?G?Fc^ | 00111111010001010011111101000001001111110100011100111111010001100110001101011110 | 3f453f413f473f46635e |
EUC-JP | ?E?A?G?Fc^ | 00111111010001010011111101000001001111110100011100111111010001100110001101011110 | 3f453f413f473f46635e |
UTF-8 | EAGFc^ | 1100001010010010010001011100001010010010010000011100001010010010010001111100001010010010010001100110001101011110 | c29245c29241c29247c29246635e |
UHC | ?E?A?G?Fc^ | 00111111010001010011111101000001001111110100011100111111010001100110001101011110 | 3f453f413f473f46635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)