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 | æóí | 1110011011110011100100011110110110000010 | e6f391ed82 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | æó?í? | 1000111110101001110000011000111110101011110100010011111110001111101010111011111100111111 | 8fa9c18fabd13f8fabbf3f |
UTF-8 | æóí | 11000011101001101100001110110011110000101001000111000011101011011100001010000010 | c3a6c3b3c291c3adc282 |
UHC | æ???? | 101010011010000100111111001111110011111100111111 | a9a13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)