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 | ÞïÖãB | 1101111011101111110101101110001101000010 | deefd6e342 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ÞïÖãB | 10001111101010011011000010001111101010111100000110001111101010101101001110001111101010111010101001000010 | 8fa9b08fabc18faad38fabaa42 |
UTF-8 | ÞïÖãB | 110000111001111011000011101011111100001110010110110000111010001101000010 | c39ec3afc396c3a342 |
UHC | Þ???B | 101010001010110100111111001111110011111101000010 | a8ad3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)