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 | çí½è½è | 11100111111011011011110111101000100011111011110111101000 | e7edbde88fbde8 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | çí?è??è | 100011111010101110101110100011111010101110111111001111111000111110101011101100100011111100111111100011111010101110110010 | 8fabae8fabbf3f8fabb23f3f8fabb2 |
UTF-8 | çí½è½è | 1100001110100111110000111010110111000010101111011100001110101000110000101000111111000010101111011100001110101000 | c3a7c3adc2bdc3a8c28fc2bdc3a8 |
UHC | ??½??½? | 001111110011111110101000111101100011111100111111101010001111011000111111 | 3f3fa8f63f3fa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)