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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逖滔」。孖 | 1110011110011000100111111110101110100011101000011111101010100110 | e7989feba3a1faa6 |
EUC-JP | 逖滔」。孖 | 1110110111111000110111101110110110001110101000111000111010100001100011111011101010111110 | edf8deed8ea38ea18fbabe |
UTF-8 | 逖滔」。孖 | 111010011000000010010110111001101011101110010100111011111011110110100011111011111011110110100001111001011010110110010110 | e98096e6bb94efbda3efbda1e5ad96 |
UHC | ?滔??? | 001111111101010010100101001111110011111100111111 | 3fd4a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)