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 | 跫・驕ッ齏 | 1110011011101101101001011110100110000001101011111110100011101011 | e6eda5e981afe8eb |
EUC-JP | 跫・驕ッ齏 | 11101100111011111000111010100101111100011110000110001110101011111111000011101101 | ecef8ea5f1e18eaff0ed |
UTF-8 | 跫・驕ッ齏 | 111010001011011110101011111011111011110110100101111010011010100110010101111011111011110110101111111010011011110110001111 | e8b7abefbda5e9a995efbdafe9bd8f |
UHC | ??驕?? | 001111110011111111001110111101100011111100111111 | 3f3fcef63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)