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 | 001111110011111100111111010000010100000001101000 | 3f3f3f414068 |
SJIS-WIN | 轢??A@h | 11100111100000000011111100111111010000010100000001101000 | e7803f3f414068 |
EUC-JP | 轢??A@h | 11101101111000000011111100111111010000010100000001101000 | ede03f3f414068 |
UTF-8 | 轢범메A@h | 111010001011110110100010111010111011001010010100111010111010100110010100010000010100000001101000 | e8bda2ebb294eba994414068 |
UHC | 轢범메A@h | 110101011111100110111001111111001011100011011110010000010100000001101000 | d5f9b9fcb8de414068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)