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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陜ェ荳イ遏ョ | 111010001001110110101010111001001011100010110010111001111001111110101110 | e89daae4b8b2e79fae |
EUC-JP | 陜ェ荳イ遏ョ | 111011111111110110001110101010101110100010111010100011101011001011101110101000011000111010101110 | effd8eaae8ba8eb2eea18eae |
UTF-8 | 陜ェ荳イ遏ョ | 111010011001100110011100111011111011110110101010111010001000110110110011111011111011110110110010111010011000000110001111111011111011110110101110 | e9999cefbdaae88db3efbdb2e9818fefbdae |
UHC | 陜?荳??? | 1111100111110000001111111101010011100101001111110011111100111111 | f9f03fd4e53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)