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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 豌壌」一クВF | 1110011010110000100011111110101110100011100010001110101010111000100001000100001001000110 | e6b08feba388eab8844246 |
EUC-JP | 豌壌」一クВF | 11101100101100101011111011101101100011101010001110110000111011001000111010111000101001111010001101000110 | ecb2beed8ea3b0ec8eb8a7a346 |
UTF-8 | 豌壌」一クВF | 111010001011000110001100111001011010001110001100111011111011110110100011111001001011100010000000111011111011110110111000110100001001001001000110 | e8b18ce5a38cefbda3e4b880efbdb8d09246 |
UHC | 豌??一?ВF | 11101000110101010011111100111111111011001110100100111111101011001010001101000110 | e8d53f3fece93faca346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)