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 | ½ß½ß^ | 1011110111011111101111011101111101011110 | bddfbddf5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?ß?ß^ | 001111111000111110101001110011100011111110001111101010011100111001011110 | 3f8fa9ce3f8fa9ce5e |
UTF-8 | ½ß½ß^ | 110000101011110111000011100111111100001010111101110000111001111101011110 | c2bdc39fc2bdc39f5e |
UHC | ½ß½ß^ | 101010001111011010101001101011001010100011110110101010011010110001011110 | a8f6a9aca8f6a9ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)