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 | 諛キ豁吝撫 | 111001101000011110110111111001101010110110011001111001011001010110001111 | e687b7e6ad99e5958f |
EUC-JP | 諛キ豁吝撫 | 11101011111001111000111010110111111011001010111111010010111001111100100111101111 | ebe78eb7ecafd2e7c9ef |
UTF-8 | 諛キ豁吝撫 | 111010001010101110011011111011111011110110110111111010001011000110000001111001011001000010011101111001101001001010101011 | e8ab9befbdb7e8b181e5909de692ab |
UHC | 諛?豁吝撫 | 111010111011000000111111111111001100001111010111111100001101100111101000 | ebb03ffcc3d7f0d9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)