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 | ûG¿ûN | 111110110100011110001110101111111111101101001110 | fb478ebffb4e |
SJIS-WIN | ?G???N | 001111110100011100111111001111110011111101001110 | 3f473f3f3f4e |
EUC-JP | ûG?¿ûN | 100011111010101111100101010001110011111110001111101000101100010010001111101010111110010101001110 | 8fabe5473f8fa2c48fabe54e |
UTF-8 | ûG¿ûN | 11000011101110110100011111000010100011101100001010111111110000111011101101001110 | c3bb47c28ec2bfc3bb4e |
UHC | ?G?¿?N | 00111111010001110011111110100010101011110011111101001110 | 3f473fa2af3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)