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 | 佯容佯容^ | 100110001101000110010111011001011001100011010001100101110110010101011110 | 98d1976598d197655e |
EUC-JP | 佯容佯容^ | 110100001101001111001101110001101101000011010011110011011100011001011110 | d0d3cdc6d0d3cdc65e |
UTF-8 | 佯容佯容^ | 11100100101111011010111111100101101011101011100111100100101111011010111111100101101011101011100101011110 | e4bdafe5aeb9e4bdafe5aeb95e |
UHC | 佯容佯容^ | 111001011011101011101001101110111110010110111010111010011011101101011110 | e5bae9bbe5bae9bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)