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?Y | 00111111010001000011111101011001 | 3f443f59 |
SJIS-WIN | 短D則Y | 100100100101101001000100100100011010010101011001 | 925a4491a559 |
EUC-JP | 短D則Y | 110000111011101101000100110000101010011101011001 | c3bb44c2a759 |
UTF-8 | 短D則Y | 1110011110011111101011010100010011100101100010011000011101011001 | e79fad44e5898759 |
UHC | 短D則Y | 110100111010110101000100111101101100111001011001 | d3ad44f6ce59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)