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 | 焦カ | 100011111100010110110110 | 8fc5b6 |
EUC-JP | 焦カ | 10111110110001111000111010110110 | bec78eb6 |
UTF-8 | 焦カ | 111001111000010010100110111011111011110110110110 | e784a6efbdb6 |
UHC | 焦? | 111101011010010100111111 | f5a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)