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 | 陜ェ荳イ驍 | 1110100010011101101010101110010010111000101100101110100110000010 | e89daae4b8b2e982 |
EUC-JP | 陜ェ荳イ驍 | 11101111111111011000111010101010111010001011101010001110101100101111000111100010 | effd8eaae8ba8eb2f1e2 |
UTF-8 | 陜ェ荳イ驍 | 111010011001100110011100111011111011110110101010111010001000110110110011111011111011110110110010111010011010100110001101 | e9999cefbdaae88db3efbdb2e9a98d |
UHC | 陜?荳?驍 | 1111100111110000001111111101010011100101001111111111110110100100 | f9f03fd4e53ffda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)