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 | ¹ùÌÒØù^ | 10111001111110011100110011010010110110001111100101011110 | b9f9ccd2d8f95e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?ùÌÒØù^ | 0011111110001111101010111110001110001111101010101100000010001111101010101101001010001111101010011010110010001111101010111110001101011110 | 3f8fabe38faac08faad28fa9ac8fabe35e |
UTF-8 | ¹ùÌÒØù^ | 11000010101110011100001110111001110000111000110011000011100100101100001110011000110000111011100101011110 | c2b9c3b9c38cc392c398c3b95e |
UHC | ¹???Ø?^ | 101010011111011000111111001111110011111110101000101010100011111101011110 | a9f63f3f3fa8aa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)