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 | ßÉÌÜe^ | 110111111100100111001100110111000110010101011110 | dfc9ccdc655e |
SJIS-WIN | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
EUC-JP | ßÉÌÜe^ | 1000111110101001110011101000111110101010101100011000111110101010110000001000111110101010111001000110010101011110 | 8fa9ce8faab18faac08faae4655e |
UTF-8 | ßÉÌÜe^ | 11000011100111111100001110001001110000111000110011000011100111000110010101011110 | c39fc389c38cc39c655e |
UHC | ß???e^ | 10101001101011000011111100111111001111110110010101011110 | a9ac3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)