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 | íâc] | 111011011110001010001110101011010110001101011101 | ede28ead635d |
SJIS-WIN | ????c] | 001111110011111100111111001111110110001101011101 | 3f3f3f3f635d |
EUC-JP | íâ??c] | 10001111101010111011111110001111101010111010010000111111001111110110001101011101 | 8fabbf8faba43f3f635d |
UTF-8 | íâc] | 11000011101011011100001110100010110000101000111011000010101011010110001101011101 | c3adc3a2c28ec2ad635d |
UHC | ???c] | 00111111001111110011111110100001101010010110001101011101 | 3f3f3fa1a9635d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)