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 | 100111001110010111101001011000001110011101100011 | 9ce5e960e763 |
SJIS-WIN | ???`?c | 001111110011111100111111011000000011111101100011 | 3f3f3f603f63 |
EUC-JP | ?åé`çc | 001111111000111110101011101010011000111110101011101100010110000010001111101010111010111001100011 | 3f8faba98fabb1608fabae63 |
UTF-8 | åé`çc | 11000010100111001100001110100101110000111010100101100000110000111010011101100011 | c29cc3a5c3a960c3a763 |
UHC | ???`?c | 001111110011111100111111011000000011111101100011 | 3f3f3f603f63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)