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?fB | 0011111101000100001111110110011001000010 | 3f443f6642 |
SJIS-WIN | 短D存fB | 10010010010110100100010010010001101101100110011001000010 | 925a4491b66642 |
EUC-JP | 短D存fB | 11000011101110110100010011000010101110000110011001000010 | c3bb44c2b86642 |
UTF-8 | 短D存fB | 111001111001111110101101010001001110010110101101100110000110011001000010 | e79fad44e5ad986642 |
UHC | 短D存fB | 11010011101011010100010011110000111011010110011001000010 | d3ad44f0ed6642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)