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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 激?激?^ | 10001100100000110011111110001100100000110011111101011110 | 8c833f8c833f5e |
EUC-JP | 激堧激堧^ | 1011011111100011100011111011100010101000101101111110001110001111101110001010100001011110 | b7e38fb8a8b7e38fb8a85e |
UTF-8 | 激堧激堧^ | 11100110101111111000000011100101101000001010011111100110101111111000000011100101101000001010011101011110 | e6bf80e5a0a7e6bf80e5a0a75e |
UHC | 激堧激堧^ | 110011001010110111100110110000001100110010101101111001101100000001011110 | ccade6c0ccade6c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)