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 | 鞳危ю | 111010001110001110001010111010111000010010010000 | e8e38aeb8490 |
EUC-JP | 鞳危ю | 111100001110010110110100111011011010011111110000 | f0e5b4eda7f0 |
UTF-8 | 鞳危ю | 1110100110011110101100111110010110001101101100011101000110001110 | e99eb3e58db1d18e |
UHC | ?危ю | 0011111111101010110010111010110011110000 | 3feacbacf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)