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 | æóÑí | 1110011011110011100011111101000110001101111011011001000010011111 | e6f38fd18ded909f |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | æó?Ñ?í?? | 10001111101010011100000110001111101010111101000100111111100011111010101011010000001111111000111110101011101111110011111100111111 | 8fa9c18fabd13f8faad03f8fabbf3f3f |
UTF-8 | æóÑí | 11000011101001101100001110110011110000101000111111000011100100011100001010001101110000111010110111000010100100001100001010011111 | c3a6c3b3c28fc391c28dc3adc290c29f |
UHC | æ??????? | 101010011010000100111111001111110011111100111111001111110011111100111111 | a9a13f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)