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 | 1110110111001100111011011011101101000010 | edccedbb42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | íÌí?B | 1000111110101011101111111000111110101010110000001000111110101011101111110011111101000010 | 8fabbf8faac08fabbf3f42 |
UTF-8 | íÌí»B | 110000111010110111000011100011001100001110101101110000101011101101000010 | c3adc38cc3adc2bb42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)