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 | çñ´ç° | 111001111111000110110100111001111011000010010100 | e7f1b4e7b094 |
SJIS-WIN | ??´?°? | 0011111100111111100000010100110000111111100000011000101100111111 | 3f3f814c3f818b3f |
EUC-JP | çñ´ç°? | 1000111110101011101011101000111110101011110100001010000110101101100011111010101110101110101000011110101100111111 | 8fabae8fabd0a1ad8fabaea1eb3f |
UTF-8 | çñ´ç° | 110000111010011111000011101100011100001010110100110000111010011111000010101100001100001010010100 | c3a7c3b1c2b4c3a7c2b0c294 |
UHC | ??´?°? | 0011111100111111101000101010010100111111101000011100011000111111 | 3f3fa2a53fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)