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 | 襍ュ雉、逑 | 1110100010110101101011011110100010110011101001001110011110010011 | e8b5ade8b3a4e793 |
EUC-JP | 襍ュ雉、逑 | 11110000101101111000111010101101111100001011010110001110101001001110110111110011 | f0b78eadf0b58ea4edf3 |
UTF-8 | 襍ュ雉、逑 | 111010001010010110001101111011111011110110101101111010011001101110001001111011111011110110100100111010011000000010010001 | e8a58defbdade99b89efbda4e98091 |
UHC | ??雉?逑 | 00111111001111111111011011001011001111111100111111000111 | 3f3ff6cb3fcfc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)