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 | ç®ÙÑ\ | 1110011110101110110110011101000101011100 | e7aed9d15c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ç®ÙÑ\ | 10001111101010111010111010001111101000101110111010001111101010101110001110001111101010101101000001011100 | 8fabae8fa2ee8faae38faad05c |
UTF-8 | ç®ÙÑ\ | 110000111010011111000010101011101100001110011001110000111001000101011100 | c3a7c2aec399c3915c |
UHC | ?®??\ | 001111111010001011100111001111110011111101011100 | 3fa2e73f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)