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]hE] | 100100100100010110010010010111010110100010010010010001011001001001011101 | 9245925d689245925d |
SJIS-WIN | ?E?]h?E?] | 001111110100010100111111010111010110100000111111010001010011111101011101 | 3f453f5d683f453f5d |
EUC-JP | ?E?]h?E?] | 001111110100010100111111010111010110100000111111010001010011111101011101 | 3f453f5d683f453f5d |
UTF-8 | E]hE] | 11000010100100100100010111000010100100100101110101101000110000101001001001000101110000101001001001011101 | c29245c2925d68c29245c2925d |
UHC | ?E?]h?E?] | 001111110100010100111111010111010110100000111111010001010011111101011101 | 3f453f5d683f453f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)