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 | 遯廷ю | 111001111010101010010010111011001000010010010000 | e7aa92ec8490 |
EUC-JP | 遯廷ю | 111011101010110011000100111011101010011111110000 | eeacc4eea7f0 |
UTF-8 | 遯廷ю | 1110100110000001101011111110010110111011101101111101000110001110 | e981afe5bbb7d18e |
UHC | 遯廷ю | 110101001110111011101111110101011010110011110000 | d4eeefd5acf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)