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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 貽靫}貽靫{^ | 1110011011000100111010001101010001111101111001101100010011101000110101000111101101011110 | e6c4e8d47de6c4e8d47b5e |
EUC-JP | 貽靫}貽靫{^ | 1110110011000110111100001101011001111101111011001100011011110000110101100111101101011110 | ecc6f0d67decc6f0d67b5e |
UTF-8 | 貽靫}貽靫{^ | 111010001011001010111101111010011001110110101011011111011110100010110010101111011110100110011101101010110111101101011110 | e8b2bde99dab7de8b2bde99dab7b5e |
UHC | 貽?}貽?{^ | 111011001100001000111111011111011110110011000010001111110111101101011110 | ecc23f7decc23f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)