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 | 萓晢ス旗岔 | 111001001011111010011101111011111011110110001010111110001001101110101001 | e4be9defbd8af89ba9 |
EUC-JP | 萓晢ス旗岔 | 11101000110000001101101011110001100011101011110110110100111110101101011010101011 | e8c0daf18ebdb4fad6ab |
UTF-8 | 萓晢ス旗岔 | 111010001001000010010011111001101001100110100010111011111011110110111101111001101001011110010111111001011011001010010100 | e89093e699a2efbdbde69797e5b294 |
UHC | ???旗? | 001111110011111100111111110100001111110100111111 | 3f3f3fd0fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)