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 | 蠇エ蝓キ蠇 | 1111101110100001101101001110010110011111101101111111101110100001 | fba1b4e59fb7fba1 |
EUC-JP | ?エ蝓キ? | 0011111110001110101101001110101010100001100011101011011100111111 | 3f8eb4eaa18eb73f |
UTF-8 | 蠇エ蝓キ蠇 | 111010001010000010000111111011111011110110110100111010001001110110010011111011111011110110110111111010001010000010000111 | e8a087efbdb4e89d93efbdb7e8a087 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)