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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | 靷? | 10001111111001111011110100111111 | 8fe7bd3f |
UTF-8 | 靷肋 | 111010011001110110110111111011111010010110010011 | e99db7efa593 |
UHC | 靷肋 | 11101100111001101101001011110001 | ece6d2f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)