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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 篩\}篩\{^ | 11110000111010101110001010111111010111000111110111110000111010101110001010111111010111000111101101011110 | f0eae2bf5c7df0eae2bf5c7b5e |
EUC-JP | ?篩\}?篩\{^ | 0011111111100100110000010101110001111101001111111110010011000001010111000111101101011110 | 3fe4c15c7d3fe4c15c7b5e |
UTF-8 | 篩\}篩\{^ | 1110111010000010101010011110011110101111101010010101110001111101111011101000001010101001111001111010111110101001010111000111101101011110 | ee82a9e7afa95c7dee82a9e7afa95c7b5e |
UHC | ?篩\}?篩\{^ | 0011111111011110111010000101110001111101001111111101111011101000010111000111101101011110 | 3fdee85c7d3fdee85c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)