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 | 11101001100001111000100011100110100111111011010001000101 | e98788e69fb445 |
EUC-JP | 驥域浙E | 11110001111001111011000011101000110111101011011001000101 | f1e7b0e8deb645 |
UTF-8 | 驥域浙E | 11101001101010011010010111100101100111111001111111100110101101011001100101000101 | e9a9a5e59f9fe6b59945 |
UHC | 驥域浙E | 11010001110010101110011010110100111011111011101001000101 | d1cae6b4efba45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)