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 | EWB | 100100100100010110010010010101111001001001000010 | 924592579242 |
SJIS-WIN | ?E?W?B | 001111110100010100111111010101110011111101000010 | 3f453f573f42 |
EUC-JP | ?E?W?B | 001111110100010100111111010101110011111101000010 | 3f453f573f42 |
UTF-8 | EWB | 110000101001001001000101110000101001001001010111110000101001001001000010 | c29245c29257c29242 |
UHC | ?E?W?B | 001111110100010100111111010101110011111101000010 | 3f453f573f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)