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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 筮の碁織^ | 111000101010110010000010110011001000110011101001100100000100010001011110 | e2ac82cc8ce990445e |
EUC-JP | 筮の碁織^ | 111001001010111010100100110011101011100011101011101111111010010101011110 | e4aea4ceb8ebbfa55e |
UTF-8 | 筮の碁織^ | 11100111101011011010111011100011100000011010111011100111101000101000000111100111101110011001010001011110 | e7adaee381aee7a281e7b9945e |
UHC | 筮の碁織^ | 110111111111101110101010110011101101000110110011111100101100010001011110 | dffbaaced1b3f2c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)