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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 髮門セ柞BF | 111010011001101110010110111001011011111010011110011011110100001001000110 | e99b96e5be9e6f4246 |
EUC-JP | 髮門セ柞BF | 11110001111110111100110011100111100011101011111011011011110100000100001001000110 | f1fbcce78ebedbd04246 |
UTF-8 | 髮門セ柞BF | 1110100110101011101011101110100110010110100000001110111110111101101111101110011010011111100111100100001001000110 | e9abaee99680efbdbee69f9e4246 |
UHC | 髮門??BF | 1101101110100101110110101010011000111111001111110100001001000110 | dba5daa63f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)