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{^ | 0011111110010000110011010110111001111101001111111001000011001101011011100111101101011110 | 3f90cd6e7d3f90cd6e7b5e |
EUC-JP | ?析n}?析n{^ | 0011111111000000110011110110111001111101001111111100000011001111011011100111101101011110 | 3fc0cf6e7d3fc0cf6e7b5e |
UTF-8 | 卨析n}卨析n{^ | 1110010110001101101010001110011010011110100100000110111001111101111001011000110110101000111001101001111010010000011011100111101101011110 | e58da8e69e906e7de58da8e69e906e7b5e |
UHC | 卨析n}卨析n{^ | 11100000110110011110000010110000011011100111110111100000110110011110000010110000011011100111101101011110 | e0d9e0b06e7de0d9e0b06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)