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?EB | 0011111101000101001111110100010101000010 | 3f453f4542 |
SJIS-WIN | 穗E穗EB | 11100010011011100100010111100010011011100100010101000010 | e26e45e26e4542 |
EUC-JP | 穗E穗EB | 11100011110011110100010111100011110011110100010101000010 | e3cf45e3cf4542 |
UTF-8 | 穗E穗EB | 111001111010100110010111010001011110011110101001100101110100010101000010 | e7a99745e7a9974542 |
UHC | 穗E穗EB | 11100010101101000100010111100010101101000100010101000010 | e2b445e2b44542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)