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 | 貽鏃}貽鏃{^ | 1110011011000100111010000101011001111101111001101100010011101000010101100111101101011110 | e6c4e8567de6c4e8567b5e |
EUC-JP | 貽鏃}貽鏃{^ | 1110110011000110111011111011011101111101111011001100011011101111101101110111101101011110 | ecc6efb77decc6efb77b5e |
UTF-8 | 貽鏃}貽鏃{^ | 111010001011001010111101111010011000111110000011011111011110100010110010101111011110100110001111100000110111101101011110 | e8b2bde98f837de8b2bde98f837b5e |
UHC | 貽鏃}貽鏃{^ | 1110110011000010111100001110110001111101111011001100001011110000111011000111101101011110 | ecc2f0ec7decc2f0ec7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)