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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鞳・驟・B | 11101000111000111010010111101001100001011010010101000010 | e8e3a5e985a542 |
EUC-JP | 鞳・驟・B | 111100001110010110001110101001011111000111100101100011101010010101000010 | f0e58ea5f1e58ea542 |
UTF-8 | 鞳・驟・B | 11101001100111101011001111101111101111011010010111101001101010011001111111101111101111011010010101000010 | e99eb3efbda5e9a99fefbda542 |
UHC | ??驟?B | 001111110011111111110110101011100011111101000010 | 3f3ff6ae3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)