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 | ?D | 0011111101000100 | 3f44 |
SJIS-WIN | 哺D | 100110100100110101000100 | 9a4d44 |
EUC-JP | 哺D | 110100111010111001000100 | d3ae44 |
UTF-8 | 哺D | 11100101100100111011101001000100 | e593ba44 |
UHC | 哺D | 111110001101010001000100 | f8d444 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)