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 | 11100110110101010101011001101000111001101101010101010110 | e6d55668e6d556 |
EUC-JP | 贏Vh贏V | 11101100110101110101011001101000111011001101011101010110 | ecd75668ecd756 |
UTF-8 | 贏Vh贏V | 111010001011010010001111010101100110100011101000101101001000111101010110 | e8b48f5668e8b48f56 |
UHC | ?Vh?V | 0011111101010110011010000011111101010110 | 3f56683f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)