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 | ????A@h | 00111111001111110011111100111111010000010100000001101000 | 3f3f3f3f414068 |
SJIS-WIN | 莊エ隹ソA@h | 111001001011010110110100111010001011000010111111010000010100000001101000 | e4b5b4e8b0bf414068 |
EUC-JP | 莊エ隹ソA@h | 1110100010110111100011101011010011110000101100101000111010111111010000010100000001101000 | e8b78eb4f0b28ebf414068 |
UTF-8 | 莊エ隹ソA@h | 111010001000111010001010111011111011110110110100111010011001101010111001111011111011110110111111010000010100000001101000 | e88e8aefbdb4e99ab9efbdbf414068 |
UHC | 莊???A@h | 1110110111110110001111110011111100111111010000010100000001101000 | edf63f3f3f414068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)