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 | 11100111010110100101011001101000111001110101101001010110 | e75a5668e75a56 |
EUC-JP | 躬Vh躬V | 11101101101110110101011001101000111011011011101101010110 | edbb5668edbb56 |
UTF-8 | 躬Vh躬V | 111010001011101010101100010101100110100011101000101110101010110001010110 | e8baac5668e8baac56 |
UHC | 躬Vh躬V | 11001111111001010101011001101000110011111110010101010110 | cfe55668cfe556 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)