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 | 0011111100111111001111110110110101000111 | 3f3f3f6d47 |
SJIS-WIN | 搖??mG | 100111011000101000111111001111110110110101000111 | 9d8a3f3f6d47 |
EUC-JP | 搖??mG | 110110011110101000111111001111110110110101000111 | d9ea3f3f6d47 |
UTF-8 | 搖쇽쉽mG | 1110011010010000100101101110110010000111101111011110110010001001101111010110110101000111 | e69096ec87bdec89bd6d47 |
UHC | 搖쇽쉽mG | 1110100011110100101111001110111110111101101100010110110101000111 | e8f4bcefbdb16d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)