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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 銹ー陂ーB | 11100111111101101011000011101000100110001011000001000010 | e7f6b0e898b042 |
EUC-JP | 銹ー陂ーB | 111011101111100010001110101100001110111111111000100011101011000001000010 | eef88eb0eff88eb042 |
UTF-8 | 銹ー陂ーB | 11101001100010101011100111101111101111011011000011101001100110011000001011101111101111011011000001000010 | e98ab9efbdb0e99982efbdb042 |
UHC | 銹?陂?B | 11100010110010000011111111111001101011100011111101000010 | e2c83ff9ae3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)