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 | ß¾ûÃ\ | 1101111110111110111110111100001101011100 | dfbefbc35c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ß?ûÃ\ | 1000111110101001110011100011111110001111101010111110010110001111101010101010101001011100 | 8fa9ce3f8fabe58faaaa5c |
UTF-8 | ß¾ûÃ\ | 110000111001111111000010101111101100001110111011110000111000001101011100 | c39fc2bec3bbc3835c |
UHC | ß¾??\ | 10101001101011001010100011111010001111110011111101011100 | a9aca8fa3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)