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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 佯?n}佯?n{^ | 1001100011010001001111110110111001111101100110001101000100111111011011100111101101011110 | 98d13f6e7d98d13f6e7b5e |
EUC-JP | 佯?n}佯?n{^ | 1101000011010011001111110110111001111101110100001101001100111111011011100111101101011110 | d0d33f6e7dd0d33f6e7b5e |
UTF-8 | 佯뻩n}佯뻩n{^ | 1110010010111101101011111110101110111011101010010110111001111101111001001011110110101111111010111011101110101001011011100111101101011110 | e4bdafebbba96e7de4bdafebbba96e7b5e |
UHC | 佯뻩n}佯뻩n{^ | 11100101101110101001011001101111011011100111110111100101101110101001011001101111011011100111101101011110 | e5ba966f6e7de5ba966f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)