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 | ?Vh?V | 0011111101010110011010000011111101010110 | 3f56683f56 |
SJIS-WIN | 貂Vh貂V | 11100110101110000101011001101000111001101011100001010110 | e6b85668e6b856 |
EUC-JP | 貂Vh貂V | 11101100101110100101011001101000111011001011101001010110 | ecba5668ecba56 |
UTF-8 | 貂Vh貂V | 111010001011001010000010010101100110100011101000101100101000001001010110 | e8b2825668e8b28256 |
UHC | 貂Vh貂V | 11110101101100000101011001101000111101011011000001010110 | f5b05668f5b056 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)