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 | Oèëe^ | 100101110100111111101000111010110110010101011110 | 974fe8eb655e |
SJIS-WIN | ?O??e^ | 001111110100111100111111001111110110010101011110 | 3f4f3f3f655e |
EUC-JP | ?Oèëe^ | 00111111010011111000111110101011101100101000111110101011101100110110010101011110 | 3f4f8fabb28fabb3655e |
UTF-8 | Oèëe^ | 110000101001011101001111110000111010100011000011101010110110010101011110 | c2974fc3a8c3ab655e |
UHC | ?O??e^ | 001111110100111100111111001111110110010101011110 | 3f4f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)