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 | 蠖ァ螟ア蠑 | 1110010110111101101001111110010110100100101100011110010110111100 | e5bda7e5a4b1e5bc |
EUC-JP | 蠖ァ螟ア蠑 | 11101010101111111000111010100111111010101010011010001110101100011110101010111110 | eabf8ea7eaa68eb1eabe |
UTF-8 | 蠖ァ螟ア蠑 | 111010001010000010010110111011111011110110100111111010001001111010011111111011111011110110110001111010001010000010010001 | e8a096efbda7e89e9fefbdb1e8a091 |
UHC | ??螟?? | 001111110011111111011001101011010011111100111111 | 3f3fd9ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)