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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ツ額] | 11000010100010100111101001011101 | c28a7a5d |
EUC-JP | ツ額] | 1000111011000010101100111101101101011101 | 8ec2b3db5d |
UTF-8 | ツ額] | 11101111101111101000001011101001101000011000110101011101 | efbe82e9a18d5d |
UHC | ?額] | 00111111111001001111111001011101 | 3fe4fe5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)