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 | ???c | 00111111001111110011111101100011 | 3f3f3f63 |
SJIS-WIN | 脱但脱c | 10010010010001011001001001000001100100100100010101100011 | 92459241924563 |
EUC-JP | 脱但脱c | 11000011101001101100001110100010110000111010011001100011 | c3a6c3a2c3a663 |
UTF-8 | 脱但脱c | 11101000100001001011000111100100101111011000011011101000100001001011000101100011 | e884b1e4bd86e884b163 |
UHC | ?但?c | 0011111111010011101000110011111101100011 | 3fd3a33f63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)