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 | ???cB | 0011111100111111001111110110001101000010 | 3f3f3f6342 |
SJIS-WIN | 脱箪足cB | 1001001001000101100100100101110010010001101010110110001101000010 | 9245925c91ab6342 |
EUC-JP | 脱箪足cB | 1100001110100110110000111011110111000010101011010110001101000010 | c3a6c3bdc2ad6342 |
UTF-8 | 脱箪足cB | 1110100010000100101100011110011110101110101010101110100010110110101100110110001101000010 | e884b1e7aeaae8b6b36342 |
UHC | ??足cB | 001111110011111111110000111010110110001101000010 | 3f3ff0eb6342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)