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 | 111110110100011110001110101011001111101101001110 | fb478eacfb4e |
SJIS-WIN | ?G?¬?N | 00111111010001110011111110000001110010100011111101001110 | 3f473f81ca3f4e |
EUC-JP | ûG?¬ûN | 1000111110101011111001010100011100111111101000101100110010001111101010111110010101001110 | 8fabe5473fa2cc8fabe54e |
UTF-8 | ûG¬ûN | 11000011101110110100011111000010100011101100001010101100110000111011101101001110 | c3bb47c28ec2acc3bb4e |
UHC | ?G???N | 001111110100011100111111001111110011111101001110 | 3f473f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)