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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 筝号謙F | 11100010101101101000110110000110100011001010101001000110 | e2b68d868caa46 |
EUC-JP | 筝号謙F | 11100100101110001011100111100110101110001010110001000110 | e4b8b9e6b8ac46 |
UTF-8 | 筝号謙F | 11100111101011011001110111100101100011111011011111101000101011001001100101000110 | e7ad9de58fb7e8ac9946 |
UHC | ??謙F | 0011111100111111110011001100010101000110 | 3f3fccc546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)