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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 晗\ | 1111101011010110111100101011100101011100 | fad6f2b95c |
EUC-JP | 晗?\ | 1000111111000010101110000011111101011100 | 8fc2b83f5c |
UTF-8 | 晗\ | 11100110100110011001011111101110100001111011000001011100 | e69997ee87b05c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)