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 | ï¦ë½«ë® | 1110111110100110100110111110101110111101101010111110101110101110 | efa69bebbdabebae |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ï¦?ë??ë® | 100011111010101111000001100011111010001011000011001111111000111110101011101100110011111100111111100011111010101110110011100011111010001011101110 | 8fabc18fa2c33f8fabb33f3f8fabb38fa2ee |
UTF-8 | ï¦ë½«ë® | 11000011101011111100001010100110110000101001101111000011101010111100001010111101110000101010101111000011101010111100001010101110 | c3afc2a6c29bc3abc2bdc2abc3abc2ae |
UHC | ????½??® | 00111111001111110011111100111111101010001111011000111111001111111010001011100111 | 3f3f3f3fa8f63f3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)