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 | 10001110101010010101011001101000100011101010100101010110 | 8ea956688ea956 |
EUC-JP | 自Vh自V | 10111100101010110101011001101000101111001010101101010110 | bcab5668bcab56 |
UTF-8 | 自Vh自V | 111010001000011110101010010101100110100011101000100001111010101001010110 | e887aa5668e887aa56 |
UHC | 自Vh自V | 11101101101110110101011001101000111011011011101101010110 | edbb5668edbb56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)