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 | ïñ¹] | 1110111111110001100011101011100101011101 | eff18eb95d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | ïñ??] | 100011111010101111000001100011111010101111010000001111110011111101011101 | 8fabc18fabd03f3f5d |
UTF-8 | ïñ¹] | 110000111010111111000011101100011100001010001110110000101011100101011101 | c3afc3b1c28ec2b95d |
UHC | ???¹] | 001111110011111100111111101010011111011001011101 | 3f3f3fa9f65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)