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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 髮ィD髮ィD^ | 111010011001101110101000010001001110100110011011101010000100010001011110 | e99ba844e99ba8445e |
EUC-JP | 髮ィD髮ィD^ | 1111000111111011100011101010100001000100111100011111101110001110101010000100010001011110 | f1fb8ea844f1fb8ea8445e |
UTF-8 | 髮ィD髮ィD^ | 111010011010101110101110111011111011110110101000010001001110100110101011101011101110111110111101101010000100010001011110 | e9abaeefbda844e9abaeefbda8445e |
UHC | 髮?D髮?D^ | 110110111010010100111111010001001101101110100101001111110100010001011110 | dba53f44dba53f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)