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 | 謖厭謖閲^ | 111001101000110010001001011111011110011010001100100010010111101101011110 | e68c897de68c897b5e |
EUC-JP | 謖厭謖閲^ | 111010111110110010110001110111101110101111101100101100011101110001011110 | ebecb1deebecb1dc5e |
UTF-8 | 謖厭謖閲^ | 11101000101011001001011011100101100011101010110111101000101011001001011011101001100101101011001001011110 | e8ac96e58eade8ac96e996b25e |
UHC | 謖厭謖?^ | 1110000111011010111001101111010011100001110110100011111101011110 | e1dae6f4e1da3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)