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 | EL¯F | 10010010010001011001001001001100100100011010111101000110 | 9245924c91af46 |
SJIS-WIN | ?E?L??F | 00111111010001010011111101001100001111110011111101000110 | 3f453f4c3f3f46 |
EUC-JP | ?E?L?¯F | 001111110100010100111111010011000011111110001111101000101011010001000110 | 3f453f4c3f8fa2b446 |
UTF-8 | EL¯F | 1100001010010010010001011100001010010010010011001100001010010001110000101010111101000110 | c29245c2924cc291c2af46 |
UHC | ?E?L??F | 00111111010001010011111101001100001111110011111101000110 | 3f453f4c3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)