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 | 咳↓ | 10001010010100001000000110101011 | 8a5081ab |
EUC-JP | 咳↓ | 10110011101100011010001010101101 | b3b1a2ad |
UTF-8 | 咳↓ | 111001011001001010110011111000101000011010010011 | e592b3e28693 |
UHC | 咳↓ | 11111010101001101010000111101001 | faa6a1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)