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 | 症エフ・」 | 100011111100011110110100110011001010010110100011 | 8fc7b4cca5a3 |
EUC-JP | 症エフ・」 | 10111110110010011000111010110100100011101100110010001110101001011000111010100011 | bec98eb48ecc8ea58ea3 |
UTF-8 | 症エフ・」 | 111001111001011110000111111011111011110110110100111011111011111010001100111011111011110110100101111011111011110110100011 | e79787efbdb4efbe8cefbda5efbda3 |
UHC | 症???? | 111100011111100000111111001111110011111100111111 | f1f83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)