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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鄂札鄂札^ | 111001111011110110001110010001001110011110111101100011100100010001011110 | e7bd8e44e7bd8e445e |
EUC-JP | 鄂札鄂札^ | 111011101011111110111011101001011110111010111111101110111010010101011110 | eebfbba5eebfbba55e |
UTF-8 | 鄂札鄂札^ | 11101001100001001000001011100110100111001010110111101001100001001000001011100110100111001010110101011110 | e98482e69cade98482e69cad5e |
UHC | 鄂札鄂札^ | 111001001100011111110011110011101110010011000111111100111100111001011110 | e4c7f3cee4c7f3ce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)