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 | 佚?佚?^ | 10011000110000110011111110011000110000110011111101011110 | 98c33f98c33f5e |
EUC-JP | 佚?佚?^ | 11010000110001010011111111010000110001010011111101011110 | d0c53fd0c53f5e |
UTF-8 | 佚책佚책^ | 11100100101111011001101011101100101100011000010111100100101111011001101011101100101100011000010101011110 | e4bd9aecb185e4bd9aecb1855e |
UHC | 佚책佚책^ | 111011001110101011000011101001011110110011101010110000111010010101011110 | eceac3a5eceac3a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)