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 | 貽?}貽?{^ | 111001101100010000111111011111011110011011000100001111110111101101011110 | e6c43f7de6c43f7b5e |
EUC-JP | 貽璇}貽璇{^ | 11101100110001101000111111001100110011110111110111101100110001101000111111001100110011110111101101011110 | ecc68fcccf7decc68fcccf7b5e |
UTF-8 | 貽璇}貽璇{^ | 111010001011001010111101111001111001001010000111011111011110100010110010101111011110011110010010100001110111101101011110 | e8b2bde792877de8b2bde792877b5e |
UHC | 貽璇}貽璇{^ | 1110110011000010111000001100011001111101111011001100001011100000110001100111101101011110 | ecc2e0c67decc2e0c67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)