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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髮鷺ッァ奛撮 | 11101001100110111000110111101011101011111010011111111010101000011000111001000010 | e99b8debafa7faa18e42 |
EUC-JP | 髮鷺ッァ奛撮 | 11110001111110111011101011101101100011101010111110001110101001111000111110111000111101111011101110100011 | f1fbbaed8eaf8ea78fb8f7bba3 |
UTF-8 | 髮鷺ッァ奛撮 | 111010011010101110101110111010011011011110111010111011111011110110101111111011111011110110100111111001011010010110011011111001101001001010101110 | e9abaee9b7baefbdafefbda7e5a59be692ae |
UHC | 髮鷺???撮 | 110110111010010111010110110111000011111100111111001111111111010111001001 | dba5d6dc3f3f3ff5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)