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 | ±Ì²ܸ^ | 10110001110011001100001010110010110111001011100001011110 | b1ccc2b2dcb85e |
SJIS-WIN | ±?????^ | 1000000101111101001111110011111100111111001111110011111101011110 | 817d3f3f3f3f3f5e |
EUC-JP | ±ÌÂ?ܸ^ | 10100001110111101000111110101010110000001000111110101010101001000011111110001111101010101110010010001111101000101011000101011110 | a1de8faac08faaa43f8faae48fa2b15e |
UTF-8 | ±Ì²ܸ^ | 11000010101100011100001110001100110000111000001011000010101100101100001110011100110000101011100001011110 | c2b1c38cc382c2b2c39cc2b85e |
UHC | ±??²?¸^ | 10100001101111100011111100111111101010011111011100111111101000101010110001011110 | a1be3f3fa9f73fa2ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)