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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 脱箪足E | 10010010010001011001001001011100100100011010101101000101 | 9245925c91ab45 |
EUC-JP | 脱箪足E | 11000011101001101100001110111101110000101010110101000101 | c3a6c3bdc2ad45 |
UTF-8 | 脱箪足E | 11101000100001001011000111100111101011101010101011101000101101101011001101000101 | e884b1e7aeaae8b6b345 |
UHC | ??足E | 0011111100111111111100001110101101000101 | 3f3ff0eb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)