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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鬧ュ繙躯紺^ | 11101001101001111010110111100011100001101000101111101011100011011010111001011110 | e9a7ade3868beb8dae5e |
EUC-JP | 鬧ュ繙躯紺^ | 1111001010101001100011101010110111100101111001101011011011101101101110101011000001011110 | f2a98eade5e6b6edbab05e |
UTF-8 | 鬧ュ繙躯紺^ | 11101001101011001010011111101111101111011010110111100111101110011001100111101000101110101010111111100111101101001011101001011110 | e9aca7efbdade7b999e8baafe7b4ba5e |
UHC | 鬧???紺^ | 1101011110100010001111110011111100111111110010101111101001011110 | d7a23f3f3fcafa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)