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 | ???MF | 0011111100111111001111110100110101000110 | 3f3f3f4d46 |
SJIS-WIN | 額??MF | 100010100111101000111111001111110100110101000110 | 8a7a3f3f4d46 |
EUC-JP | 額??MF | 101100111101101100111111001111110100110101000110 | b3db3f3f4d46 |
UTF-8 | 額뗨뛑MF | 1110100110100001100011011110101110010111101010001110101110011011100100010100110101000110 | e9a18deb97a8eb9b914d46 |
UHC | 額뗨뛑MF | 1110010011111110100010111110100010001101010011110100110101000110 | e4fe8be88d4f4d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)