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 | 佯???^ | 100110001101000100111111001111110011111101011110 | 98d13f3f3f5e |
EUC-JP | 佯??晷^ | 1101000011010011001111110011111110001111110000101100011101011110 | d0d33f3f8fc2c75e |
UTF-8 | 佯얠떜晷^ | 11100100101111011010111111101100100101101010000011101011100101101001110011100110100110011011011101011110 | e4bdafec96a0eb969ce699b75e |
UHC | 佯얠떜晷^ | 111001011011101010111110111011001000101110110010110011111111110001011110 | e5babeec8bb2cffc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)