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 | ñêÌç· | 1111000111101010110011001110011110110111 | f1eacce7b7 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ñêÌç? | 10001111101010111101000010001111101010111011010010001111101010101100000010001111101010111010111000111111 | 8fabd08fabb48faac08fabae3f |
UTF-8 | ñêÌç· | 11000011101100011100001110101010110000111000110011000011101001111100001010110111 | c3b1c3aac38cc3a7c2b7 |
UHC | ????· | 001111110011111100111111001111111010000110100100 | 3f3f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)