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 | ??K}??K{^ | 001111110011111101001011011111010011111100111111010010110111101101011110 | 3f3f4b7d3f3f4b7b5e |
SJIS-WIN | ツ哺K}ツ哺K{^ | 1100001010011010010011010100101101111101110000101001101001001101010010110111101101011110 | c29a4d4b7dc29a4d4b7b5e |
EUC-JP | ツ哺K}ツ哺K{^ | 10001110110000101101001110101110010010110111110110001110110000101101001110101110010010110111101101011110 | 8ec2d3ae4b7d8ec2d3ae4b7b5e |
UTF-8 | ツ哺K}ツ哺K{^ | 1110111110111110100000101110010110010011101110100100101101111101111011111011111010000010111001011001001110111010010010110111101101011110 | efbe82e593ba4b7defbe82e593ba4b7b5e |
UHC | ?哺K}?哺K{^ | 0011111111111000110101000100101101111101001111111111100011010100010010110111101101011110 | 3ff8d44b7d3ff8d44b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)