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 | EW®LB | 1001001001000101100100100101011110010001101011100100110001000010 | 9245925791ae4c42 |
SJIS-WIN | ?E?W??LB | 0011111101000101001111110101011100111111001111110100110001000010 | 3f453f573f3f4c42 |
EUC-JP | ?E?W?®LB | 00111111010001010011111101010111001111111000111110100010111011100100110001000010 | 3f453f573f8fa2ee4c42 |
UTF-8 | EW®LB | 110000101001001001000101110000101001001001010111110000101001000111000010101011100100110001000010 | c29245c29257c291c2ae4c42 |
UHC | ?E?W?®LB | 001111110100010100111111010101110011111110100010111001110100110001000010 | 3f453f573fa2e74c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)