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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | 豌壌」賀e^ | 1110011010110000100011111110101110100011100010011110101011110110100000010110010101011110 | e6b08feba389eaf681655e |
EUC-JP | 豌壌」賀?e^ | 1110110010110010101111101110110110001110101000111011001011101100001111110110010101011110 | ecb2beed8ea3b2ec3f655e |
UTF-8 | 豌壌」賀e^ | 1110100010110001100011001110010110100011100011001110111110111101101000111110100010110011100000001110111010010010101010000110010101011110 | e8b18ce5a38cefbda3e8b380ee92a8655e |
UHC | 豌??賀?e^ | 111010001101010100111111001111111111100111000101001111110110010101011110 | e8d53f3ff9c53f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)