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 | ç²Ñ | 1110011110011001101100101101000110001010 | e799b2d18a |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ç??Ñ? | 100011111010101110101110001111110011111110001111101010101101000000111111 | 8fabae3f3f8faad03f |
UTF-8 | ç²Ñ | 11000011101001111100001010011001110000101011001011000011100100011100001010001010 | c3a7c299c2b2c391c28a |
UHC | ??²?? | 001111110011111110101001111101110011111100111111 | 3f3fa9f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)