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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 財癖 | 10001101111000001001010111001000 | 8de095c8 |
EUC-JP | 財癖 | 10111010111000101100101011001010 | bae2caca |
UTF-8 | 財癖 | 111010001011001010100001111001111001100110010110 | e8b2a1e79996 |
UHC | 財癖 | 11101110101011111101101111111110 | eeafdbfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)