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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豬ッ雉ェ蟄 | 1110011010110101101011111110100010110011101010101110010110101101 | e6b5afe8b3aae5ad |
EUC-JP | 豬ッ雉ェ蟄 | 11101100101101111000111010101111111100001011010110001110101010101110101010101111 | ecb78eaff0b58eaaeaaf |
UTF-8 | 豬ッ雉ェ蟄 | 111010001011000110101100111011111011110110101111111010011001101110001001111011111011110110101010111010001001111110000100 | e8b1acefbdafe99b89efbdaae89f84 |
UHC | ??雉?蟄 | 00111111001111111111011011001011001111111111011011011110 | 3f3ff6cb3ff6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)