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 | 髏疲峡遏ッ | 111010011001000010010100111001101000101110101100111001111001111110101111 | e99094e68bace79faf |
EUC-JP | 髏疲峡遏ッ | 11110001111100001100100011101000101101101010111011101110101000011000111010101111 | f1f0c8e8b6aeeea18eaf |
UTF-8 | 髏疲峡遏ッ | 111010011010101110001111111001111001011010110010111001011011001110100001111010011000000110001111111011111011110110101111 | e9ab8fe796b2e5b3a1e9818fefbdaf |
UHC | ?疲??? | 001111111111100110101010001111110011111100111111 | 3ff9aa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)