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 | ¾Èîý^ | 1011111011001000111011101111110101011110 | bec8eefd5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?Èîý^ | 0011111110001111101010101011001010001111101010111100001010001111101010111111001001011110 | 3f8faab28fabc28fabf25e |
UTF-8 | ¾Èîý^ | 110000101011111011000011100010001100001110101110110000111011110101011110 | c2bec388c3aec3bd5e |
UHC | ¾???^ | 101010001111101000111111001111110011111101011110 | a8fa3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)