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 | ç~Sã | 11100111011111101000001110001111100011110101001111100011 | e77e838f8f53e3 |
SJIS-WIN | ?~???S? | 00111111011111100011111100111111001111110101001100111111 | 3f7e3f3f3f533f |
EUC-JP | ç~???Sã | 1000111110101011101011100111111000111111001111110011111101010011100011111010101110101010 | 8fabae7e3f3f3f538fabaa |
UTF-8 | ç~Sã | 110000111010011101111110110000101000001111000010100011111100001010001111010100111100001110100011 | c3a77ec283c28fc28f53c3a3 |
UHC | ?~???S? | 00111111011111100011111100111111001111110101001100111111 | 3f7e3f3f3f533f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)