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 | ??V | 001111110011111101010110 | 3f3f56 |
SJIS-WIN | 潁溏V | 1001111111110001100111111110110101010110 | 9ff19fed56 |
EUC-JP | 潁溏V | 1101111011110011110111101110111101010110 | def3deef56 |
UTF-8 | 潁溏V | 11100110101111011000000111100110101110101000111101010110 | e6bd81e6ba8f56 |
UHC | 潁?V | 11100111101110000011111101010110 | e7b83f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)