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 | 陦呱ю | 111010001010000110011001111010111000010010010000 | e8a199eb8490 |
EUC-JP | 陦呱ю | 111100001010001111010010111011011010011111110000 | f0a3d2eda7f0 |
UTF-8 | 陦呱ю | 1110100110011001101001101110010110010001101100011101000110001110 | e999a6e591b1d18e |
UHC | ?呱ю | 0011111111001101101100101010110011110000 | 3fcdb2acf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)