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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 驟危ю | 111010011000010110001010111010111000010010010000 | e9858aeb8490 |
EUC-JP | 驟危ю | 111100011110010110110100111011011010011111110000 | f1e5b4eda7f0 |
UTF-8 | 驟危ю | 1110100110101001100111111110010110001101101100011101000110001110 | e9a99fe58db1d18e |
UHC | 驟危ю | 111101101010111011101010110010111010110011110000 | f6aeeacbacf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)