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 | 100100100101101001000100 | 925a44 |
EUC-JP | 短D | 110000111011101101000100 | c3bb44 |
UTF-8 | 短D | 11100111100111111010110101000100 | e79fad44 |
UHC | 短D | 110100111010110101000100 | d3ad44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)