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 | ?消ю | 0011111110001111110000011000010010010000 | 3f8fc18490 |
EUC-JP | ?消ю | 0011111110111110110000111010011111110000 | 3fbec3a7f0 |
UTF-8 | 뤵消ю | 1110101110100100101101011110011010110110100010001101000110001110 | eba4b5e6b688d18e |
UHC | 뤵消ю | 100011111110001111100001101111001010110011110000 | 8fe3e1bcacf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)