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 | E\IY | 1001001001000101100100100101110010010010010010011001001001011001 | 9245925c92499259 |
SJIS-WIN | ?E?\?I?Y | 0011111101000101001111110101110000111111010010010011111101011001 | 3f453f5c3f493f59 |
EUC-JP | ?E?\?I?Y | 0011111101000101001111110101110000111111010010010011111101011001 | 3f453f5c3f493f59 |
UTF-8 | E\IY | 110000101001001001000101110000101001001001011100110000101001001001001001110000101001001001011001 | c29245c2925cc29249c29259 |
UHC | ?E?\?I?Y | 0011111101000101001111110101110000111111010010010011111101011001 | 3f453f5c3f493f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)