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 | Ì®æ´ | 11001100101011101110011010110100 | ccaee6b4 |
SJIS-WIN | ???´ | 0011111100111111001111111000000101001100 | 3f3f3f814c |
EUC-JP | Ì®æ´ | 1000111110101010110000001000111110100010111011101000111110101001110000011010000110101101 | 8faac08fa2ee8fa9c1a1ad |
UTF-8 | Ì®æ´ | 1100001110001100110000101010111011000011101001101100001010110100 | c38cc2aec3a6c2b4 |
UHC | ?®æ´ | 00111111101000101110011110101001101000011010001010100101 | 3fa2e7a9a1a2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)