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 | ???TB | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
SJIS-WIN | 脱箪足TB | 1001001001000101100100100101110010010001101010110101010001000010 | 9245925c91ab5442 |
EUC-JP | 脱箪足TB | 1100001110100110110000111011110111000010101011010101010001000010 | c3a6c3bdc2ad5442 |
UTF-8 | 脱箪足TB | 1110100010000100101100011110011110101110101010101110100010110110101100110101010001000010 | e884b1e7aeaae8b6b35442 |
UHC | ??足TB | 001111110011111111110000111010110101010001000010 | 3f3ff0eb5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)