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 | 蟠毳蟠毬^ | 111001011011010010011111011111011110010110110100100111110111101101011110 | e5b49f7de5b49f7b5e |
EUC-JP | 蟠毳蟠毬^ | 111010101011011011011101110111101110101010110110110111011101110001011110 | eab6dddeeab6dddc5e |
UTF-8 | 蟠毳蟠毬^ | 11101000100111111010000011100110101011111011001111101000100111111010000011100110101011111010110001011110 | e89fa0e6afb3e89fa0e6afac5e |
UHC | 蟠?蟠毬^ | 1101101011110110001111111101101011110110110011111011001101011110 | daf63fdaf6cfb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)