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 | çSáe}çSáe{^ | 1110011101010011111000010110010101111101111001110101001111100001011001010111101101011110 | e753e1657de753e1657b5e |
SJIS-WIN | ?S?e}?S?e{^ | 0011111101010011001111110110010101111101001111110101001100111111011001010111101101011110 | 3f533f657d3f533f657b5e |
EUC-JP | çSáe}çSáe{^ | 10001111101010111010111001010011100011111010101110100001011001010111110110001111101010111010111001010011100011111010101110100001011001010111101101011110 | 8fabae538faba1657d8fabae538faba1657b5e |
UTF-8 | çSáe}çSáe{^ | 110000111010011101010011110000111010000101100101011111011100001110100111010100111100001110100001011001010111101101011110 | c3a753c3a1657dc3a753c3a1657b5e |
UHC | ?S?e}?S?e{^ | 0011111101010011001111110110010101111101001111110101001100111111011001010111101101011110 | 3f533f657d3f533f657b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)