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 | 巐楠囃巐卓 | 11111010101101101001001111101101100110101001001011111010101101101001000111101100 | fab693ed9a92fab691ec |
EUC-JP | 巐楠囃巐卓 | 100011111011101111111001110001101110111111010011111100101000111110111011111110011100001011101110 | 8fbbf9c6efd3f28fbbf9c2ee |
UTF-8 | 巐楠囃巐卓 | 111001011011011110010000111001101010010110100000111001011001101110000011111001011011011110010000111001011000110110010011 | e5b790e6a5a0e59b83e5b790e58d93 |
UHC | ?楠??卓 | 00111111110100011111100000111111001111111111011011110001 | 3fd1f83f3ff6f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)