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{^ | 10011010010000001000001110101110011011100111110110011010010000001000001110101110011011100111101101011110 | 9a4083ae6e7d9a4083ae6e7b5e |
EUC-JP | 咫Πn}咫Πn{^ | 11010011101000011010011010110000011011100111110111010011101000011010011010110000011011100111101101011110 | d3a1a6b06e7dd3a1a6b06e7b5e |
UTF-8 | 咫Πn}咫Πn{^ | 111001011001001010101011110011101010000001101110011111011110010110010010101010111100111010100000011011100111101101011110 | e592abcea06e7de592abcea06e7b5e |
UHC | 咫Πn}咫Πn{^ | 11110010101000011010010111010000011011100111110111110010101000011010010111010000011011100111101101011110 | f2a1a5d06e7df2a1a5d06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)