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 | íñѲ] | 1110110111110001110100011011001001011101 | edf1d1b25d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | íñÑ?] | 1000111110101011101111111000111110101011110100001000111110101010110100000011111101011101 | 8fabbf8fabd08faad03f5d |
UTF-8 | íñѲ] | 110000111010110111000011101100011100001110010001110000101011001001011101 | c3adc3b1c391c2b25d |
UHC | ???²] | 001111110011111100111111101010011111011101011101 | 3f3f3fa9f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)