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 | 1010100101010110011010001010100101010110 | a95668a956 |
EUC-JP | ゥVhゥV | 10001110101010010101011001101000100011101010100101010110 | 8ea956688ea956 |
UTF-8 | ゥVhゥV | 111011111011110110101001010101100110100011101111101111011010100101010110 | efbda95668efbda956 |
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)