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 | äÕQ | 111001001001110110011000110101011000101101010001 | e49d98d58b51 |
SJIS-WIN | ?????Q | 001111110011111100111111001111110011111101010001 | 3f3f3f3f3f51 |
EUC-JP | ä??Õ?Q | 10001111101010111010001100111111001111111000111110101010110110000011111101010001 | 8faba33f3f8faad83f51 |
UTF-8 | äÕQ | 1100001110100100110000101001110111000010100110001100001110010101110000101000101101010001 | c3a4c29dc298c395c28b51 |
UHC | ?????Q | 001111110011111100111111001111110011111101010001 | 3f3f3f3f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)