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 | àêùøàêÎ | 11100000111010101111100111111000111000001110101011001110 | e0eaf9f8e0eace |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | àêùøàêÎ | 100011111010101110100010100011111010101110110100100011111010101111100011100011111010100111001100100011111010101110100010100011111010101110110100100011111010101011000010 | 8faba28fabb48fabe38fa9cc8faba28fabb48faac2 |
UTF-8 | àêùøàêÎ | 1100001110100000110000111010101011000011101110011100001110111000110000111010000011000011101010101100001110001110 | c3a0c3aac3b9c3b8c3a0c3aac38e |
UHC | ???ø??? | 0011111100111111001111111010100110101010001111110011111100111111 | 3f3f3fa9aa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)