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{^ | 10011101111000111001100101101100011011100111110110011101111000111001100101101100011011100111101101011110 | 9de3996c6e7d9de3996c6e7b5e |
EUC-JP | 昴冤n}昴冤n{^ | 11011010111001011101000111001101011011100111110111011010111001011101000111001101011011100111101101011110 | dae5d1cd6e7ddae5d1cd6e7b5e |
UTF-8 | 昴冤n}昴冤n{^ | 1110011010011000101101001110010110000110101001000110111001111101111001101001100010110100111001011000011010100100011011100111101101011110 | e698b4e586a46e7de698b4e586a46e7b5e |
UHC | 昴?n}昴?n{^ | 1101100111011011001111110110111001111101110110011101101100111111011011100111101101011110 | d9db3f6e7dd9db3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)