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 | ???e\ | 0011111100111111001111110110010101011100 | 3f3f3f655c |
SJIS-WIN | 脱箪足e\ | 1001001001000101100100100101110010010001101010110110010101011100 | 9245925c91ab655c |
EUC-JP | 脱箪足e\ | 1100001110100110110000111011110111000010101011010110010101011100 | c3a6c3bdc2ad655c |
UTF-8 | 脱箪足e\ | 1110100010000100101100011110011110101110101010101110100010110110101100110110010101011100 | e884b1e7aeaae8b6b3655c |
UHC | ??足e\ | 001111110011111111110000111010110110010101011100 | 3f3ff0eb655c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)