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 | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
SJIS-WIN | 髮ィWD髮ィWD^ | 1110100110011011101010000101011101000100111010011001101110101000010101110100010001011110 | e99ba85744e99ba857445e |
EUC-JP | 髮ィWD髮ィWD^ | 11110001111110111000111010101000010101110100010011110001111110111000111010101000010101110100010001011110 | f1fb8ea85744f1fb8ea857445e |
UTF-8 | 髮ィWD髮ィWD^ | 1110100110101011101011101110111110111101101010000101011101000100111010011010101110101110111011111011110110101000010101110100010001011110 | e9abaeefbda85744e9abaeefbda857445e |
UHC | 髮?WD髮?WD^ | 1101101110100101001111110101011101000100110110111010010100111111010101110100010001011110 | dba53f5744dba53f57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)