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 | ?Un}?Un{^ | 001111110101010101101110011111010011111101010101011011100111101101011110 | 3f556e7d3f556e7b5e |
SJIS-WIN | 瞳Un}瞳Un{^ | 1001001110110101010101010110111001111101100100111011010101010101011011100111101101011110 | 93b5556e7d93b5556e7b5e |
EUC-JP | 瞳Un}瞳Un{^ | 1100011010110111010101010110111001111101110001101011011101010101011011100111101101011110 | c6b7556e7dc6b7556e7b5e |
UTF-8 | 瞳Un}瞳Un{^ | 11100111100111101011001101010101011011100111110111100111100111101011001101010101011011100111101101011110 | e79eb3556e7de79eb3556e7b5e |
UHC | 瞳Un}瞳Un{^ | 1101010011011010010101010110111001111101110101001101101001010101011011100111101101011110 | d4da556e7dd4da556e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)