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 | ïä±mG | 111011111110010010001110101100010110110101000111 | efe48eb16d47 |
SJIS-WIN | ???±mG | 00111111001111110011111110000001011111010110110101000111 | 3f3f3f817d6d47 |
EUC-JP | ïä?±mG | 1000111110101011110000011000111110101011101000110011111110100001110111100110110101000111 | 8fabc18faba33fa1de6d47 |
UTF-8 | ïä±mG | 11000011101011111100001110100100110000101000111011000010101100010110110101000111 | c3afc3a4c28ec2b16d47 |
UHC | ???±mG | 00111111001111110011111110100001101111100110110101000111 | 3f3f3fa1be6d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)