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 | 萓晢ス伎オ | 1110010010111110100111011110111110111101100010101110101010110101 | e4be9defbd8aeab5 |
EUC-JP | 萓晢ス伎オ | 11101000110000001101101011110001100011101011110110110100111011001000111010110101 | e8c0daf18ebdb4ec8eb5 |
UTF-8 | 萓晢ス伎オ | 111010001001000010010011111001101001100110100010111011111011110110111101111001001011110010001110111011111011110110110101 | e89093e699a2efbdbde4bc8eefbdb5 |
UHC | ???伎? | 001111110011111100111111110100001110101100111111 | 3f3f3fd0eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)