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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 齊???漑 | 11101010100011100011111100111111001111111001111111110010 | ea8e3f3f3f9ff2 |
EUC-JP | 齊???漑 | 11110011111011100011111100111111001111111101111011110100 | f3ee3f3f3fdef4 |
UTF-8 | 齊임닺렡漑 | 111010011011110110001010111011001001111010000100111010111000101110111010111010111010000010100001111001101011110010010001 | e9bd8aec9e84eb8bbaeba0a1e6bc91 |
UHC | 齊임닺렡漑 | 11110000101110101100000011010011101101001110100010001110101100101100101111001001 | f0bac0d3b4e88eb2cbc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)