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{^ | 1110010010111101101011111110110110010001101001010110111001111101111001001011110110101111111011011001000110100101011011100111101101011110 | e4bdafed91a56e7de4bdafed91a56e7b5e |
UHC | 佯푥n}佯푥n{^ | 11100101101110101011111001101111011011100111110111100101101110101011111001101111011011100111101101011110 | e5babe6f6e7de5babe6f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)