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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 摯疾摯疾B | 100111011001010110001110101111101001110110010101100011101011111001000010 | 9d958ebe9d958ebe42 |
EUC-JP | 摯疾摯疾B | 110110011111010110111100110000001101100111110101101111001100000001000010 | d9f5bcc0d9f5bcc042 |
UTF-8 | 摯疾摯疾B | 11100110100100011010111111100111100101101011111011100110100100011010111111100111100101101011111001000010 | e691afe796bee691afe796be42 |
UHC | 摯疾摯疾B | 111100101010011111110010111100001111001010100111111100101111000001000010 | f2a7f2f0f2a7f2f042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)